Skip to content

Commit

Permalink
build: upgrade to rust edition 2021 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduquette-devolutions committed Jun 9, 2022
1 parent 5b77370 commit 6c5c277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ceviche"
version = "0.5.2"
edition = "2018"
edition = "2021"
license = "MIT/Apache-2.0"
homepage = "https://github.com/wayk/ceviche-rs"
repository = "https://github.com/wayk/ceviche-rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/foobar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "foobar_service"
version = "0.1.0"
edition = "2018"
edition = "2021"
license = "MIT/Apache-2.0"
homepage = "https://github.com/wayk/ceviche-rs"
repository = "https://github.com/wayk/ceviche-rs"
Expand Down

0 comments on commit 6c5c277

Please sign in to comment.