Skip to content

Commit

Permalink
bump rust, pin dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Sep 13, 2024
1 parent 97b3f4d commit 95496ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assyst-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ assyst-webserver = { path = "../assyst-webserver" }
async-trait = "0.1.77"
bincode = "1.3.3"
bytes = "1.5.0"
dash_rt = { git = "https://github.com/y21/dash" }
dash_vm = { git = "https://github.com/y21/dash" }
dash_rt = { git = "https://github.com/y21/dash", rev = "f3fe12b" }
dash_vm = { git = "https://github.com/y21/dash", rev = "f3fe12b" }
emoji = { git = "https://github.com/Jacherr/emoji-rs/", package = "emoji" }
futures-util = "0.3.30"
human_bytes = { version = "0.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-07-02"
channel = "nightly-2024-09-13"
components = ["cargo", "rustc", "rustc-codegen-cranelift"]

0 comments on commit 95496ae

Please sign in to comment.