Skip to content

Commit

Permalink
Update to Rust 2021 edition (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 7, 2024
1 parent 82e791c commit d1c572d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tiny-skia"
version = "0.11.4"
authors = ["Yevhenii Reizner <[email protected]>"]
edition = "2018"
edition = "2021"
description = "A tiny Skia subset ported to Rust."
documentation = "https://docs.rs/tiny-skia/"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "benchmarks"
version = "0.1.0"
edition = "2018"
edition = "2021"

[workspace]

Expand Down
2 changes: 1 addition & 1 deletion path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tiny-skia-path"
version = "0.11.4"
authors = ["Yevhenii Reizner <[email protected]>"]
edition = "2018"
edition = "2021"
description = "A tiny-skia Bezier path implementation"
documentation = "https://docs.rs/tiny-skia-path/"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion testing-tools/skia-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "skia-rs"
version = "0.1.0"
edition = "2018"
edition = "2021"

[build-dependencies]
cc = "1.0"

0 comments on commit d1c572d

Please sign in to comment.