Skip to content

Commit

Permalink
Bump Cargo.toml version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Oct 17, 2023
1 parent d72db62 commit 4404ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fh"
version = "0.1.6"
version = "0.1.7"
authors = ["Determinate Systems <[email protected]>"]
edition = "2021"
license = "Apache 2.0"
Expand Down Expand Up @@ -37,9 +37,7 @@ semver = { version = "1.0.18", default-features = false, features = ["serde"] }
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
serde_json = "1.0.105"
thiserror = { version = "1.0.44", default-features = false }
tokio = { version = "1.30.0", default-features = false, features = [
"full",
] }
tokio = { version = "1.30.0", default-features = false, features = ["full"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", default-features = false, features = [
Expand Down

0 comments on commit 4404ae1

Please sign in to comment.