Skip to content

Commit

Permalink
Merge pull request #73 from jgarzik/version
Browse files Browse the repository at this point in the history
Version 0.9.2
  • Loading branch information
jgarzik authored Jul 18, 2022
2 parents 7ff67d6 + 7efa90a commit 1d77809
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 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 kvdb-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvdb-lib"
version = "0.1.0"
version = "0.9.2"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion kvdb-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvdbd"
version = "0.9.1"
version = "0.9.2"
authors = ["jgarzik"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion kvdb-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvdb-tools"
version = "0.1.0"
version = "0.9.2"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 1d77809

Please sign in to comment.