Skip to content

Commit 1475ec9

Browse files
committed
chore: prepare for v0.9.0 release
1 parent ddf3bdd commit 1475ec9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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,6 +1,6 @@
11
[package]
22
name = "bita"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Olle Sandberg <[email protected]>"]
55
license = "MIT"
66
edition = '2018'
@@ -24,7 +24,7 @@ fern = "0.6.0"
2424
chrono = "0.4.19"
2525
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
2626
tokio = { version = "1.12.0", features = ["fs", "io-std", "macros", "time", "rt-multi-thread"] }
27-
bitar = { version = "0.8.0", path = "bitar", features = ["compress"] }
27+
bitar = { version = "0.9.0", path = "bitar", features = ["compress"] }
2828
url = "2.2.2"
2929
num_cpus = "1.13.0"
3030
async-trait = "0.1.51"

bitar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitar"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Olle Sandberg <[email protected]>"]
55
license = "MIT"
66
edition = '2018'

0 commit comments

Comments
 (0)