Skip to content

Commit

Permalink
workspace: msrv for crate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thog92 committed Feb 2, 2024
1 parent 7d0c541 commit 91e6dbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pb-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/tafia/quick-protobuf"
edition = "2018"
rust-version = "1.65"

[dependencies]
nom = "7"
Expand Down
1 change: 1 addition & 0 deletions perftest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Stepan Koltsov <[email protected]>",
"Johann Tuffe <[email protected]>"]
build = "build.rs"
edition = "2021"
rust-version = "1.70"

[dependencies]
protobuf = "2.25.2"
Expand Down
1 change: 1 addition & 0 deletions quick-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
documentation = "https://docs.rs/quick-protobuf"
repository = "https://github.com/tafia/quick-protobuf"
edition = "2018"
rust-version = "1.62.1"

[dependencies]
byteorder = { version = "1.3.4", default-features = false }
Expand Down

0 comments on commit 91e6dbd

Please sign in to comment.