Browse Source

Upgrade to 2021 edition.

wip
Titouan Rigoudy 4 years ago
parent
commit
2cf82bb77b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      client/Cargo.toml
  2. +1
    -1
      proto/Cargo.toml

+ 1
- 1
client/Cargo.toml View File

@ -2,7 +2,7 @@
name = "solstice-client"
version = "0.1.0"
authors = ["letitz"]
edition = "2018"
edition = "2021"
[dependencies]
anyhow = "^1.0"


+ 1
- 1
proto/Cargo.toml View File

@ -2,7 +2,7 @@
name = "solstice-proto"
version = "0.1.0"
authors = ["letitz"]
edition = "2018"
edition = "2021"
[dependencies]
anyhow = "^1.0"


Loading…
Cancel
Save