Skip to content

Commit

Permalink
Merge pull request #46 from sorairolake/bump-msrv
Browse files Browse the repository at this point in the history
Bump MSRV to 1.70.0
  • Loading branch information
dyz1990 committed Dec 2, 2023
2 parents 83d9eb9 + a865425 commit 16d5525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- windows-latest
toolchain:
- stable
- 1.67.0 # MSRV
- 1.70.0 # MSRV
include:
- os: macos-latest
target: x86_64-apple-darwin
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "sevenz-rust"
readme = "README.md"
repository = "https://github.com/dyz1990/sevenz-rust"
rust-version = "1.67.0"
rust-version = "1.70.0"
version = "0.5.3"

[lib]
Expand All @@ -29,18 +29,18 @@ cbc = {version = "0.1", optional = true}
crc = "3.0.1"
filetime_creation = "0.1"
lzma-rust = {path = "lzma-rust", default-features = false, version = "0.1.5"}
nt-time = "0.6.0"
nt-time = "0.6.4"
rand = {version = "0.8", optional = true}
sha2 = {version = "^0.10"}
zstd = {version = "0.13.0", optional = true}

[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.64"
js-sys = "0.3.66"
wasm-bindgen = "0.2"

[dev-dependencies]
rand = {version = "0.8"}
tempfile = "3.8.0"
tempfile = "3.8.1"

[[example]]
name = "compress"
Expand Down

0 comments on commit 16d5525

Please sign in to comment.