Skip to content

Commit

Permalink
Merge pull request #187 from karthik2804/bump_versions
Browse files Browse the repository at this point in the history
bump version to v0.10.0
  • Loading branch information
karthik2804 authored Dec 5, 2023
2 parents 66431f1 + c122a4f commit 9da8a68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bartholomew"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = ["Fermyon Engineering <engineering@fermyon.com>"]

Expand Down
8 changes: 4 additions & 4 deletions bart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bart"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = ["Fermyon Engineering <engineering@fermyon.com>"]

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

0 comments on commit 9da8a68

Please sign in to comment.