Skip to content

Commit

Permalink
feat: apply msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Oct 7, 2024
1 parent 6db8dec commit 8f0c604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors = ["storycraft <storycraft@pancake.sh>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/storycraft/impl-opaque"
keywords = ["macro", "boilerplate"]
rust-version = "1.65"

[workspace.dependencies]
impl-opaque = { version = "0.4.0", path = "./lib" }
Expand Down
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
rust-version = { workspace = true }

[dependencies]
impl-opaque-macro = { workspace = true }
1 change: 1 addition & 0 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
keywords = { workspace = true }
rust-version = { workspace = true }

[lib]
proc-macro = true
Expand Down

0 comments on commit 8f0c604

Please sign in to comment.