Skip to content

Commit 16a679b

Browse files
authored
chore: update to Rust 1.63 (#127)
Update to MSRV of 1.63 due to the rustix dependency.
1 parent 518d78c commit 16a679b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/merkletree"
1616
keywords = ["merkle", "merkle-tree"]
1717
categories = ["data-structures", "cryptography"]
1818
edition = "2018"
19-
rust-version = "1.60"
19+
rust-version = "1.63"
2020

2121
[package.metadata.release]
2222
pre-release-commit-message = "chore(release): release {{version}}"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.60.0
1+
1.63.0

0 commit comments

Comments
 (0)