Skip to content

Commit

Permalink
Update to Rust Edition 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 22, 2023
1 parent 0260f56 commit 953289d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
resolver = "2"
members = ["harfbuzz", "harfbuzz-sys"]
2 changes: 1 addition & 1 deletion harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "harfbuzz-sys"
version = "0.5.0"
edition = "2018"
edition = "2021"

authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harfbuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "harfbuzz"
version = "0.4.0"
edition = "2018"
edition = "2021"

authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 953289d

Please sign in to comment.