Skip to content

Commit

Permalink
chore: update to mycelium-bitfield v0.1.5 (#311)
Browse files Browse the repository at this point in the history
This rolls our Mycelium Git deps to
hawkw/mycelium@13d0722
  • Loading branch information
hawkw committed Apr 9, 2024
1 parent beb463f commit e909aee
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 32 deletions.
71 changes: 49 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ debug = "line-tables-only"

[patch.crates-io.maitake]
git = "https://github.com/hawkw/mycelium.git"
rev = "101a4abaa19afdd131b334a16d92c9fb4909c064"
rev = "13d0722429ef201f38e4ea47ea22d88f3f72c10e"

[patch.crates-io.mycelium-util]
git = "https://github.com/hawkw/mycelium.git"
rev = "101a4abaa19afdd131b334a16d92c9fb4909c064"
rev = "13d0722429ef201f38e4ea47ea22d88f3f72c10e"

# Use the `mycelium-bitfield` crate from the Mycelium monorepo rather than
# crates.io.
Expand All @@ -158,11 +158,11 @@ rev = "101a4abaa19afdd131b334a16d92c9fb4909c064"
# having both a Git dep and a crates.io dep seems unfortunate.
[patch.crates-io.mycelium-bitfield]
git = "https://github.com/hawkw/mycelium.git"
rev = "101a4abaa19afdd131b334a16d92c9fb4909c064"
rev = "13d0722429ef201f38e4ea47ea22d88f3f72c10e"

[patch.crates-io.cordyceps]
git = "https://github.com/hawkw/mycelium.git"
rev = "101a4abaa19afdd131b334a16d92c9fb4909c064"
rev = "13d0722429ef201f38e4ea47ea22d88f3f72c10e"

[patch.crates-io.bbq10kbd]
git = "https://github.com/hawkw/bbq10kbd"
Expand All @@ -180,4 +180,4 @@ rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76"

[patch.crates-io.esp-hal-procmacros]
git = "https://github.com/esp-rs/esp-hal"
rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76"
rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76"
4 changes: 2 additions & 2 deletions platforms/allwinner-d1/d1-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sharp-display = []
[dependencies]
serde = { version = "1.0.178", features = ["derive"], default-features = false }
mnemos-bitslab = { path = "../../../source/bitslab" }
mycelium-bitfield = "0.1.3"
mycelium-bitfield = "0.1.5"

d1-pac = "0.0.31"
critical-section = "1.1.1"
Expand Down Expand Up @@ -46,4 +46,4 @@ default-features = false

[dev-dependencies]
proptest = "1"
proptest-derive = "0.4.0"
proptest-derive = "0.4.0"
2 changes: 1 addition & 1 deletion platforms/beepy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ features = ["async-await"]
default-features = false

[dependencies.mycelium-bitfield]
version = "0.1.2"
version = "0.1.5"
4 changes: 2 additions & 2 deletions source/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ default-features = false
version = "0.6.1"

[dependencies.mycelium-bitfield]
version = "0.1.2"
version = "0.1.5"

[build-dependencies]
vergen = { version = "8.0.0", features = ["cargo", "git", "gitcl", "rustc",] }
Expand All @@ -153,4 +153,4 @@ features = ["fmt", "env-filter"]

[dev-dependencies.postcard]
version = "1.0.1"
features = ["use-std"]
features = ["use-std"]

0 comments on commit e909aee

Please sign in to comment.