Skip to content

Commit

Permalink
chore: bump to version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 21, 2023
1 parent ff9f042 commit fd34574
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.

11 changes: 8 additions & 3 deletions src/ic-websocket-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic_websocket_gateway"
version = "1.0.5"
version = "1.1.0"
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
Expand All @@ -23,7 +23,12 @@ tokio-tungstenite = "0.20.0"
futures-util = "0.3.28"
structopt = "0.3.21"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "json", "env-filter"] }
tracing-subscriber = { version = "0.3.17", features = [
"fmt",
"std",
"json",
"env-filter",
] }
tracing-appender = "0.2"
ic-identity = { version = "0.1.0", path = "../ic-identity" }
rand = "0.8"
Expand All @@ -34,4 +39,4 @@ opentelemetry-jaeger = { version = "0.19", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.20", features = ["rt-tokio"] }

[dev-dependencies]
websocket = "0.26.5"
websocket = "0.26.5"

0 comments on commit fd34574

Please sign in to comment.