Skip to content

Commit

Permalink
Bump to edition 2021 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 8, 2024
1 parent 02d7fe9 commit 54327f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
members = ["libsignal-service", "libsignal-service-actix", "libsignal-service-hyper"]
default-members = ["libsignal-service", "libsignal-service-hyper"]

resolver = "2"

[patch.crates-io]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
2 changes: 1 addition & 1 deletion libsignal-service-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsignal-service-actix"
version = "0.1.0"
authors = ["Ruben De Smet <[email protected]>"]
edition = "2018"
edition = "2021"
license = "AGPL-3.0"
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion libsignal-service-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsignal-service-hyper"
version = "0.1.0"
authors = ["Gabriel Féron <[email protected]>"]
edition = "2018"
edition = "2021"
license = "AGPL-3.0"
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion libsignal-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsignal-service"
version = "0.1.0"
authors = ["Ruben De Smet <[email protected]>", "Gabriel Féron <[email protected]>", "Michael Bryan <[email protected]>", "Shady Khalifa <[email protected]>"]
edition = "2018"
edition = "2021"
license = "AGPL-3.0"
readme = "../README.md"

Expand Down

0 comments on commit 54327f5

Please sign in to comment.