summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2023-06-26 19:12:46 +0000
committerTimo Kösters <timo@koesters.xyz>2023-06-26 19:12:46 +0000
commitdbd360ebb9b74a598f16366e83dd907143659811 (patch)
tree86f33d18ea9cc17b802dbec6b2b585bc51b94164 /Cargo.toml
parent48e6e0659f93952965a1a8ffd98ea00a200bc4c1 (diff)
parentabd0a014e852d41d25320f6ccd19ac1de4156f96 (diff)
downloadconduit-dbd360ebb9b74a598f16366e83dd907143659811.zip
Merge branch 'unbreak' into 'next'
fix rustc version, nix upkeep See merge request famedly/conduit!482
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 6055563..f024b06 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