Skip to content

Commit

Permalink
Merge pull request rinja-rs#197 from Kijewski/pr-once_map
Browse files Browse the repository at this point in the history
Acually remove `once_map` dependency
  • Loading branch information
Kijewski authored Oct 8, 2024
2 parents 1535f6d + 7dd91d2 commit 0ec827f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rinja_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
memchr = "2"
mime = "0.3"
mime_guess = "2"
once_map = { version = "0.4.18", default-features = false, features = ["std"] }
proc-macro2 = "1"
quote = "1"
rustc-hash = "2.0.0"
Expand Down

0 comments on commit 0ec827f

Please sign in to comment.