Skip to content

Commit

Permalink
Declare MSRV in the Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Mar 13, 2024
1 parent 8085b64 commit c3e717d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "3.0.3"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
publish = false
rust-version = "1.70.0"

[dependencies]
varlink = { path = "../../varlink" }
Expand Down
1 change: 1 addition & 0 deletions examples/more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Harald Hoyer <harald@hoyer.xyz>"]
build = "build.rs"
edition = "2018"
publish = false
rust-version = "1.70.0"

[dependencies]
varlink = { path = "../../varlink" }
Expand Down
1 change: 1 addition & 0 deletions examples/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Harald Hoyer <harald@hoyer.xyz>"]
build = "build.rs"
edition = "2018"
publish = false
rust-version = "1.70.0"

[dependencies]
varlink = { version = "11", path = "../../varlink" }
Expand Down
1 change: 1 addition & 0 deletions varlink-certification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Harald Hoyer <harald@hoyer.xyz>"]
build = "build.rs"
edition = "2018"
publish = false
rust-version = "1.70.0"

[dependencies]
varlink = { path = "../varlink" }
Expand Down
1 change: 1 addition & 0 deletions varlink-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "varlink-cli"
version = "4.5.4"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
rust-version = "1.70.0"

license = "MIT OR Apache-2.0"
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
Expand Down
1 change: 1 addition & 0 deletions varlink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "varlink"
version = "11.0.1"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
rust-version = "1.70.0"

license = "MIT OR Apache-2.0"
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
Expand Down
1 change: 1 addition & 0 deletions varlink_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
homepage = "https://github.com/varlink/rust/blob/master/varlink_derive"
repository = "https://github.com/varlink/rust"
description = "Rust code generator macro for the varlink protocol."
rust-version = "1.70.0"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions varlink_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "varlink_generator"
version = "10.1.1"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
rust-version = "1.70.0"

license = "MIT OR Apache-2.0"
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
Expand Down
1 change: 1 addition & 0 deletions varlink_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "varlink_parser"
version = "4.3.0"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
rust-version = "1.70.0"

license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/varlink_parser/"
Expand Down
1 change: 1 addition & 0 deletions varlink_stdinterfaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "varlink_stdinterfaces"
version = "11.0.2"
authors = ["Harald Hoyer <harald@hoyer.xyz>"]
edition = "2018"
rust-version = "1.70.0"

license = "MIT OR Apache-2.0"
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
Expand Down

0 comments on commit c3e717d

Please sign in to comment.