We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a2813 commit fe058bcCopy full SHA for fe058bc
Cargo.toml
@@ -14,5 +14,5 @@ resolver = "2"
14
rust-version = "1.70.0"
15
16
[workspace.dependencies]
17
-match_token = { version = "0.1", path = "match_token" }
+match_token = { version = "0.1.1", path = "match_token" }
18
match_token/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "match_token"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
description = "Procedural macro for html5ever."
0 commit comments