Skip to content

Commit c778eca

Browse files
Update to Rust Edition 2021. (#226)
1 parent f9850f8 commit c778eca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[workspace]
2+
resolver = "2"
23
members = ["harfbuzz", "harfbuzz-sys"]

harfbuzz-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "harfbuzz-sys"
33
version = "0.5.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
authors = ["The Servo Project Developers"]
77
license = "MIT OR Apache-2.0"

harfbuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "harfbuzz"
33
version = "0.4.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
authors = ["The Servo Project Developers"]
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)