Skip to content

Commit

Permalink
Bump MSRV in Cargo.toml (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Oct 6, 2023
1 parent 0a4a583 commit 8ef4448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/stylist-core/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming"]
readme = "README.md"
homepage = "https://github.com/futursolo/stylist-rs"
resolver = "2"
rust-version = "1.64.0"
rust-version = "1.66.0"

[dependencies]
nom = { version = "7.1.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/stylist-macros/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming"]
readme = "README.md"
homepage = "https://github.com/futursolo/stylist-rs"
resolver = "2"
rust-version = "1.64.0"
rust-version = "1.66.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion packages/stylist/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ categories = ["wasm", "web-programming"]
readme = "../../README.md"
homepage = "https://github.com/futursolo/stylist-rs"
resolver = "2"
rust-version = "1.64.0"
rust-version = "1.66.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 8ef4448

Please sign in to comment.