Skip to content

Commit 9da8a68

Browse files
authored
Merge pull request #187 from karthik2804/bump_versions
bump version to v0.10.0
2 parents 66431f1 + c122a4f commit 9da8a68

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bartholomew"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["Fermyon Engineering <[email protected]>"]
66

bart/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bart"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["Fermyon Engineering <[email protected]>"]
66

@@ -10,8 +10,8 @@ bartholomew = { path = "../", default-features = false }
1010
chrono = { version = "0.4.19", features = ["serde"] }
1111
colorful = "0.2.1"
1212
structopt = "0.3.22"
13-
tokio = { version = "1.29", features = [ "full" ] }
13+
tokio = { version = "1.29", features = ["full"] }
1414
toml = "0.5.8"
15-
tracing = { version = "0.1.26", features = [ "log" ] }
15+
tracing = { version = "0.1.26", features = ["log"] }
1616
tracing-futures = "0.2.5"
17-
tracing-subscriber = { version = "0.2.19", features = [ "env-filter" ] }
17+
tracing-subscriber = { version = "0.2.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)