Skip to content

Commit

Permalink
chore: release service-registry 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Nov 19, 2024
1 parent d02d381 commit eb8b89e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ router-api = { version = "^1.0.0", path = "packages/router-api" }
schemars = "0.8.10"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
serde_json = "1.0.89"
service-registry = { version = "^1.0.0", path = "contracts/service-registry" }
service-registry = { version = "^1.1.0", path = "contracts/service-registry" }
service-registry-api = { version = "^1.0.0", path = "packages/service-registry-api" }
sha3 = { version = "0.10.8", default-features = false, features = [] }
signature-verifier-api = { version = "^1.0.0", path = "packages/signature-verifier-api" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service-registry"
version = "1.0.0"
version = "1.1.0"
rust-version = { workspace = true }
edition = { workspace = true }
description = "Contract handling the service registrations"
Expand Down

0 comments on commit eb8b89e

Please sign in to comment.