Skip to content

Commit

Permalink
Change swim-rust dependencies to crates.io versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCipher committed Oct 1, 2024
1 parent 1a41ba5 commit 81842be
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions templates/swim-rust-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
swimos = { git = "https://github.com/swimos/swim-rust", features = ["server", "agent"] }
tokio = { features = ["rt-multi-thread", "macros", "signal"], version = "1.37.0" }
swimos = { version = "0.1.1", features = ["server", "agent"] }
tokio = { features = ["rt-multi-thread", "macros", "signal"], version = "1.22" }

0 comments on commit 81842be

Please sign in to comment.