summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2023-06-17 17:04:11 -0700
committerCharles Hall <charles@computer.surgery>2023-06-17 17:04:11 -0700
commit4a7d3c7301bc86655299345f264cf151c17faceb (patch)
treecfe5b24341cb1fc4dd08fc3aa8687c87627c9275 /Cargo.toml
parent15e60818c908e58d53580e3fd049e452b2133610 (diff)
downloadconduit-4a7d3c7301bc86655299345f264cf151c17faceb.zip
upgrade rust in Cargo.toml/flake.nix
Looks like this should've happened as part of !479.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c925bf2..c50f3d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ edition = "2021"
# `nix flake update`. If you don't have Nix installed or otherwise don't know
# how to do this, ping `@charles:computer.surgery` or `@dusk:gaze.systems` in
# the matrix room.
-rust-version = "1.64.0"
+rust-version = "1.70.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html