Skip to content

Commit

Permalink
👆(Update): Add ecolor dependency in Cargo.toml and upgrade toolchain …
Browse files Browse the repository at this point in the history
…version in rust.yml

Signed-off-by: Benign X <[email protected]>
  • Loading branch information
W-Mai committed Dec 20, 2023
1 parent 175dddd commit 538eb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.71.0
toolchain: 1.72.0
target: wasm32-unknown-unknown
override: true
- name: Download and install Trunk binary
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ authors = ["W-Mai", "Benign X"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ecolor = "0.24.0"
egui_plot = "0.24.0"
egui_extras = "0.24.0"
egui_code_editor = "0.1.9"
Expand Down

0 comments on commit 538eb46

Please sign in to comment.