mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Update Rust crate rustc-hash to 1.1
This commit is contained in:
parent
3c2483bc95
commit
ba0ce97e5a
|
@ -27,7 +27,7 @@ agb_fixnum = { version = "0.1.0", path = "../agb-fixnum" }
|
|||
bare-metal = "1.0"
|
||||
hashbrown = "0.12.0"
|
||||
modular-bitfield = "0.11.2"
|
||||
rustc-hash = { version = "1.0", default-features = false }
|
||||
rustc-hash = { version = "1.1", default-features = false }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "thumbv6m-none-eabi"
|
||||
|
|
Loading…
Reference in a new issue