update rust-toolchain: 2022-04-11 -> 2022-08-29, and update cargo deps

This commit is contained in:
2022-09-25 18:05:17 -07:00
parent cbd741c6df
commit 5f289bf07b
5 changed files with 215 additions and 252 deletions

View File

@@ -8,17 +8,19 @@ edition = "2021"
spirv-builder = { git = "https://github.com/EmbarkStudios/rust-gpu", features = ["use-compiled-tools"] }
# these deps are to satisfy internal rustc stuff, since spirv-builder links into rustc internals (HACK).
# this needs to match the rustc lock file -- not just its Cargo.toml -- so we pin down to the patch level
# /nix/store/qpy4hy7i5qpb8xv4byxibls9av0lax4s-rust-default-1.65.0-nightly-2022-08-29/lib/rustlib/src/rust/Cargo.lock
#
# these are very likely to break during rustc updates, but they should be noisy.
# just keep filling things in here based on rustc's Cargo.lock until it's satisfied.
# this needs to match the rustc lock file -- not just its Cargo.toml -- so we pin down to the patch level
# /nix/store/rlcla9529bwkd7a7ryrgfz97yyxaaxgd-rust-default-1.62.0-nightly-2022-04-11/lib/rustlib/src/rust/Cargo.lock
cc = "=1.0.69"
# then run `cargo update` inside `nix develop` to sync our own lock file, and `nix build` to test.
cc = "=1.0.73"
cfg-if = "=0.1.10"
compiler_builtins = "=0.1.70"
compiler_builtins = "=0.1.79"
dlmalloc = "=0.2.3"
fortanix-sgx-abi = "=0.3.3"
fortanix-sgx-abi = "=0.5.0"
getopts = "=0.2.21"
hashbrown = "=0.12.0"
hashbrown = "=0.12.3"
hermit-abi = "=0.2.0"
libc = "=0.2.121"
libc = "=0.2.131"
unicode-width = "=0.1.8"