Skip to content

Commit

Permalink
Upgrade crossbeam_utils (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Sep 30, 2022
1 parent 32cb7c5 commit ea8dced
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kernel/apic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
spin = "0.9.0"
volatile = "0.2.7"
x86_64 = "0.14.8"
crossbeam-utils = { version = "0.8.5", default-features = false }
crossbeam-utils = { version = "0.8.12", default-features = false }
owning_ref = { git = "https://github.com/theseus-os/owning-ref-rs" }
bit_field = "0.7.0"
zerocopy = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion kernel/async_channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"

[dependencies]
spin = "0.9.0"
crossbeam-utils = { version = "0.8.5", default-features = false }
crossbeam-utils = { version = "0.8.12", default-features = false }
static_assertions = "1.1.0"
mpmc = "0.1.6"

Expand Down
2 changes: 1 addition & 1 deletion kernel/task/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
spin = "0.9.0"
x86_64 = "0.14.8"
static_assertions = "1.1.0"
crossbeam-utils = { version = "0.8.5", default-features = false }
crossbeam-utils = { version = "0.8.12", default-features = false }
log = "0.4.8"

[dependencies.irq_safety]
Expand Down
4 changes: 2 additions & 2 deletions tlibc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea8dced

Please sign in to comment.