Skip to content

Commit

Permalink
Switch to release version of Twilight
Browse files Browse the repository at this point in the history
All dependencies are now sourced from crates.io
  • Loading branch information
sam-kirby committed Jan 18, 2021
1 parent 512a0ce commit d9db2c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
32 changes: 21 additions & 11 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ tokio-stream = "0.1"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.2"
twilight-cache-inmemory = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-command-parser = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-embed-builder = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-gateway = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-http = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-mention = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-model = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-standby = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-util = { git = "https://github.com/twilight-rs/twilight.git", branch = "trunk" }
twilight-cache-inmemory = "0.3"
twilight-command-parser = "0.3"
twilight-embed-builder = "0.3"
twilight-gateway = "0.3"
twilight-http = "^0.3.2"
twilight-mention = "0.3"
twilight-model = "0.3"
twilight-standby = "0.3"
twilight-util = "0.3"

[dependencies.serde]
version = "1"
Expand Down

0 comments on commit d9db2c5

Please sign in to comment.