Skip to content

Commit

Permalink
[contrib] E: Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenna committed Aug 11, 2024
1 parent 7115b6c commit 9177e79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ name = "kernel"
path = "src/kmain.rs"

[dependencies]
arch = { git = "https://github.com/nanvix/arch", branch = "releases/v1.0.0" }
bitmap = { git = "https://github.com/nanvix/bitmap", branch = "releases/v0.0.1" }
error = { git = "https://github.com/nanvix/error", branch = "releases/v0.0.1" }
raw-array = { git = "https://github.com/nanvix/raw-array", branch = "releases/v0.0.1" }
slab = { git = "https://github.com/nanvix/slab", branch = "releases/v0.0.1" }
sys = { git = "https://github.com/nanvix/sys", branch = "releases/v1.1.1" }
arch = { git = "https://github.com/nanvix/arch", branch = "releases/v1.0.1" }
bitmap = { git = "https://github.com/nanvix/bitmap", branch = "releases/v0.0.2" }
error = { git = "https://github.com/nanvix/error", branch = "releases/v0.0.2" }
raw-array = { git = "https://github.com/nanvix/raw-array", branch = "releases/v0.0.2" }
slab = { git = "https://github.com/nanvix/slab", branch = "releases/v0.0.2" }
sys = { git = "https://github.com/nanvix/sys", branch = "releases/v1.1.2" }

[features]
default = ["pc"]
Expand Down

0 comments on commit 9177e79

Please sign in to comment.