mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use correct array-init version
This commit is contained in:
@@ -12,7 +12,7 @@ version = "1.0"
|
||||
features = ["spin_no_std"]
|
||||
|
||||
[dev-dependencies]
|
||||
array-init = { git = "https://github.com/Manishearth/array-init.git" } # "0.0.2"
|
||||
array-init = "0.0.3"
|
||||
|
||||
# the profile used for `cargo build`
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user