Skip to content

Commit f648e3b

Browse files
author
Rob Patro
committed
Release v0.2.0
1 parent 23df646 commit f648e3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -7,7 +7,7 @@ members = [
77
resolver = "3"
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "0.2.0"
1111
edition = "2024"
1212
rust-version = "1.87"
1313
authors = ["rapidgzip-rust contributors"]
@@ -22,7 +22,7 @@ criterion = "0.8.2"
2222
libz-rs-sys = "0.6.6"
2323
paraseq = { version = "0.4.14", default-features = false }
2424
proptest = "1.11.0"
25-
rapidgzip-core = { path = "crates/rapidgzip-core", version = "0.1.0" }
25+
rapidgzip-core = { path = "crates/rapidgzip-core", version = "0.2.0" }
2626
same-file = "1.0.6"
2727

2828
[workspace.lints.rust]

0 commit comments

Comments
 (0)