Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 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 firefly-balius/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-balius"
version = "0.7.0"
version = "0.7.1"
description = "Helpers to write contracts for the FireFly Cardano connector"
license-file.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion firefly-cardanoconnect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardanoconnect"
version = "0.7.0"
version = "0.7.1"
description = "An implementation of the FireFly Connector API for Cardano"
license-file.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion firefly-cardanosigner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardanosigner"
version = "0.7.0"
version = "0.7.1"
description = "A service managing keys and signing for the FireFly Cardano connector"
license-file.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion firefly-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-server"
version = "0.7.0"
version = "0.7.1"
description = "Internal library with shared code for services"
license-file.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion scripts/demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardano-demo"
version = "0.7.0"
version = "0.7.1"
description = "A demo of the firefly-cardanoconnect API"
license-file.workspace = true
publish = false
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardano-deploy-contract"
version = "0.7.0"
version = "0.7.1"
description = "A script to build and deploy a Balius smart contract to the FireFly Cardano connector"
license-file.workspace = true
publish = false
Expand All @@ -16,4 +16,4 @@ serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
uuid = { version = "1", features = ["v4"] }
wat = "1"
wit-component = "0.252"
wit-component = "0.253"
4 changes: 2 additions & 2 deletions scripts/deploy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardano-deploy"
version = "0.7.0"
version = "0.7.1"
description = "A script to build and deploy a Balius-backed API to FireFly"
license-file.workspace = true
publish = false
Expand All @@ -17,4 +17,4 @@ serde_json = "1"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1", features = ["v4"] }
wat = "1"
wit-component = "0.252"
wit-component = "0.253"
2 changes: 1 addition & 1 deletion scripts/generate-key/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly-cardano-generate-key"
version = "0.7.0"
version = "0.7.1"
description = "A script to easily generate Cardano addresses"
license-file.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion wasm/simple-tx/Cargo.lock

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

Loading