Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Feb 9, 2024
1 parent 03c3e7b commit e973188
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions kormir-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir-server"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["benthecarman <[email protected]>"]
description = "DLC Oracle RPC Server"
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/benthecarman/kormir"
repository = "https://github.com/benthecarman/kormir"

[dependencies]
kormir = { path = "../kormir", version = "0.1.7", features = ["nostr"] }
kormir = { path = "../kormir", version = "0.1.8", features = ["nostr"] }

anyhow = "1.0"
axum = { version = "0.6.16", features = ["headers"] }
Expand Down
4 changes: 2 additions & 2 deletions kormir-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir-wasm"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["benthecarman <[email protected]>"]
description = "DLC Oracle WASM SDK"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/benthecarman/kormir"
crate-type = ["cdylib", "rlib"]

[dependencies]
kormir = { path = "../kormir", version = "0.1.7", features = ["nostr"] }
kormir = { path = "../kormir", version = "0.1.8", features = ["nostr"] }

anyhow = "1.0.75"
bip39 = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion kormir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kormir"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["benthecarman <[email protected]>"]
description = "DLC Oracle rust SDK"
Expand Down

0 comments on commit e973188

Please sign in to comment.