Skip to content

Commit

Permalink
Update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Jul 11, 2024
1 parent 81f5553 commit ed9e49b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cordyceps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://mycelium.elizas.website"
readme = "README.md"
keywords = ["intrusive", "no_std", "list", "queue", "lock-free"]
categories = ["data-structures", "no-std"]
rust-version = "1.61.0"
rust-version = "1.76.0"

[features]
default = []
Expand All @@ -35,4 +35,4 @@ tracing = { version = "0.1" }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
4 changes: 2 additions & 2 deletions maitake-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = [
"concurrency"
]
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.76.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
Expand Down Expand Up @@ -55,4 +55,4 @@ loom = { version = "0.7", features = ["futures", "checkpoint"] }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
4 changes: 2 additions & 2 deletions maitake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = [
"async",
]
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.76.0"

# NOTE! As a workaround for https://github.com/rust-lang/rust/issues/97708,
# maitake uses some `no_mangle` functions. This will cause linker errors if
Expand Down Expand Up @@ -76,4 +76,4 @@ rustdoc-args = ["--cfg", "docsrs"]

[[example]]
name = "tokio-console"
required-features = ["tracing-01"]
required-features = ["tracing-01"]
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mycelium-util"
version = "0.1.0"
authors = ["Eliza Weisman <[email protected]>"]
edition = "2021"
rust-version = "1.61.0"
rust-version = "1.76.0"
readme = "README.md"

# See more keys and their definitions at
Expand Down

0 comments on commit ed9e49b

Please sign in to comment.