Skip to content

Commit

Permalink
chore: update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry authored Jul 15, 2024
1 parent 5c115d3 commit bbc0c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.78"
}
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
repository = "https://github.com/0x-jerry/e2fly.git"
default-run = "app"
edition = "2021"
rust-version = "1.62"
rust-version = "1.78"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit bbc0c7b

Please sign in to comment.