Skip to content

Commit 88c0bef

Browse files
authored
Merge pull request #37 from cgwalters/drop-msrv
Drop MSRV to 1.58
2 parents 5d03efa + 728522c commit 88c0bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/coreos/stream-metadata-rust"
55
version = "0.1.0"
66
edition = "2021"
77
license = "Apache-2.0"
8-
rust-version = "1.60.0"
8+
rust-version = "1.58.0"
99

1010
[dependencies]
1111
serde = { version = "^1.0", features = ["derive"] }

0 commit comments

Comments
 (0)