Browse Source

Merge #566

566: Migrate to Rust 2021 r=thomaseizinger a=thomaseizinger

Nothing to do because our code is already idiomatic!


Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
new-http-api
bors[bot] 3 years ago
committed by GitHub
parent
commit
eaef15307c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      daemon/Cargo.toml
  2. 2
      rust-toolchain.toml

2
daemon/Cargo.toml

@ -1,7 +1,7 @@
[package]
name = "daemon"
version = "0.1.1"
edition = "2018"
edition = "2021"
[dependencies]
anyhow = "1"

2
rust-toolchain.toml

@ -1,4 +1,4 @@
[toolchain]
channel = "1.55"
channel = "1.56"
components = ["clippy"]
targets = ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu"]

Loading…
Cancel
Save