diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-12-05 18:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 18:16:55 +0100 |
commit | cf97da3b187646069c11f59e6e60e7946b0823d8 (patch) | |
tree | 0f1440cda54aab33f55a8cdd3f243d1bdeb983b2 | |
parent | efe8e523a9fce1487342c7cfeddd31a26246b74c (diff) | |
download | FlightCore-cf97da3b187646069c11f59e6e60e7946b0823d8.tar.gz FlightCore-cf97da3b187646069c11f59e6e60e7946b0823d8.zip |
chore: Bump Rust version to 1.65 (#106)
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bb9452ba..a2da7389 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ license = "" repository = "" default-run = "app" edition = "2021" -rust-version = "1.62" +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |