Skip to content

Commit 59502b7

Browse files
committed
Bump version to 0.1.6
1 parent a9f6d24 commit 59502b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "ezcheck"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "An easy-to-use, lightweight, cross-platform, and high-performance tool for calculating, comparing, and verifying hash of strings and files."
66
repository = "https://github.com/Metaphorme/ezcheck"
77
documentation = "https://docs.rs/ezcheck"
88
readme = "README.md"
99
authors = ["Heqi Liu 77@diazepam.cc"]
1010
license = "MIT"
11-
rust-version = "1.74.1"
11+
rust-version = "1.81.0"
1212

1313
[dependencies]
1414
md2 = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)