Skip to content

Commit b6f9f3b

Browse files
authored
Remove MSRV for unpublished crates (#133)
This was added as part of #114 for cargo audit.
1 parent c060e68 commit b6f9f3b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

cmp/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
authors = ["ia0 <[email protected]>"]
55
license = "MIT"
66
edition = "2021"
7-
rust-version = "1.81"
87
build = "build.rs"
98
publish = false
109

nostd/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "nostd"
33
version = "0.1.0"
44
authors = ["Julien Cretin <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.81"
76
license = "MIT"
87
publish = false
98

www/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "MIT"
66
edition = "2021"
7-
rust-version = "1.81"
87
repository = "https://github.com/ia0/data-encoding"
98
description = "Website for data-encoding"
109
publish = false

0 commit comments

Comments
 (0)