about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorChris Denton <christophersdenton@gmail.com>2022-12-20 15:26:42 +0000
committerChris Denton <christophersdenton@gmail.com>2022-12-20 15:28:19 +0000
commit531f3c9ee584c7b7a5ed6e35383c10858bcbb049 (patch)
tree01aa441d494aa2e52afd7ec9b5f3fa3d2b4f9c53 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentb859b8b62bb080c315abd3d6ea10a15eddce0ce4 (diff)
downloadrust-531f3c9ee584c7b7a5ed6e35383c10858bcbb049.tar.gz
rust-531f3c9ee584c7b7a5ed6e35383c10858bcbb049.zip
Bump packed_simd_2 and getrandom v0.2
Remove old versions of `cfg-if` by bumping `packed_simd_2` and `getrandom v0.2` versions

```console
> cargo update --package packed_simd_2 --package getrandom@0.2.0
    Updating crates.io index
    Removing cfg-if v0.1.10
    Updating getrandom v0.2.0 -> v0.2.8
    Updating packed_simd_2 v0.3.4 -> v0.3.8
```

`packed_simd_2` is only used as a dependency `bytecount`. The bigger jump is `getrandom@0.2.0`, but it's still semver compatible and there doesn't seem to be any worrying changes (see the [changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)). Note that this doesn't affect `getrandom@0.1.16`, which is already using the latest version of `cfg-if` (besides, there are already plans to remove that entirely).
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions