Skip to content

Commit

Permalink
Add rust-version to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 5, 2024
1 parent cc5c2d8 commit d52f9df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resolver = "2"
version = "0.8.0-rc.1"
authors = ["David Koloski <[email protected]>"]
edition = "2021"
rust-version = "1.81"
license = "MIT"
readme = "README.md"
repository = "https://github.com/rkyv/bytecheck"
Expand Down
1 change: 1 addition & 0 deletions bytecheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Memory validation framework for Rust"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions bytecheck_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = "Derive macro for bytecheck"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
Expand Down

0 comments on commit d52f9df

Please sign in to comment.