Skip to content

Commit

Permalink
Merge pull request #207 from itsfarseen/patch-1
Browse files Browse the repository at this point in the history
Specify MSRV in Cargo.toml
  • Loading branch information
fitzgen committed Apr 25, 2023
2 parents cde421d + 0c79fb4 commit 8bd01aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
version = "3.12.1"
exclude = ["/.github/*", "/benches", "/tests", "valgrind.supp", "bumpalo.png"]
rust-version = "1.60.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 8bd01aa

Please sign in to comment.