Skip to content

Commit 40456e6

Browse files
committed
prepare for v0.13.0 release
1 parent 319331f commit 40456e6

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.12.0"
3+
version = "0.13.0"
44
authors = ["Olle Sandberg <[email protected]>"]
55
license = "MIT"
66
edition = '2021'
@@ -34,7 +34,7 @@ tokio = { version = "1.24.1", features = [
3434
"time",
3535
"rt-multi-thread",
3636
] }
37-
bitar = { version = "0.12.0", path = "bitar", features = ["compress"] }
37+
bitar = { version = "0.13.0", path = "bitar", features = ["compress"] }
3838
url = "2.5.2"
3939
num_cpus = "1.16.0"
4040
async-trait = "0.1.52"

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.12.0"
3+
version = "0.13.0"
44
authors = ["Olle Sandberg <[email protected]>"]
55
license = "MIT"
66
edition = '2021'

0 commit comments

Comments
 (0)