Skip to content

Commit e4715c9

Browse files
committed
chore: Use 2021 edition
1 parent 534b914 commit e4715c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "css-inline-python"
33
version = "0.8.3"
44
authors = ["Dmitry Dygalo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

bindings/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "css-inline-wasm"
33
version = "0.8.1"
44
authors = ["Dmitry Dygalo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
readme = "README.md"
77
description = "A WASM package for inlining CSS into HTML documents"
88
repository = "https://github.com/Stranger6667/css-inline"

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "css-inline"
33
version = "0.8.2"
44
authors = ["Dmitry Dygalo <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT"
77
readme = "../README.md"
88
description = "A crate for inlining CSS into 'style' HTML attributes."

0 commit comments

Comments
 (0)