Browse Source

Update Cargo.toml (#740)

Joe Perri 2 years ago
parent
commit
0e40619b52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/dioxus/Cargo.toml

+ 1 - 1
packages/dioxus/Cargo.toml

@@ -9,7 +9,7 @@ repository = "https://github.com/DioxusLabs/dioxus/"
 homepage = "https://dioxuslabs.com"
 documentation = "https://dioxuslabs.com"
 keywords = ["dom", "ui", "gui", "react", "wasm"]
-rust-version = "1.60.0"
+rust-version = "1.65.0"
 
 [dependencies]
 dioxus-core = { path = "../core", version = "^0.3.0" }