Skip to content

Commit

Permalink
Merge pull request #218 from fundon/viz-0.7.1
Browse files Browse the repository at this point in the history
fix: compile viz-echo
  • Loading branch information
Totodore authored Dec 22, 2023
2 parents 91f5cd4 + c67655b commit b9e22e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = ["engineioxide", "socketioxide", "e2e/*", "examples/*"]
exclude = ["examples/viz-echo"]
resolver = "2"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/viz-echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
edition.workspace = true

[dependencies]
viz = "0.7.0"
viz = ">=0.7.1"
socketioxide = { path = "../../socketioxide" }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing-subscriber.workspace = true
Expand Down

0 comments on commit b9e22e0

Please sign in to comment.