Skip to content

Commit fe058bc

Browse files
authored
Publish match_token 0.1.1 (#621)
* Publish match_token 0.1.1. Signed-off-by: Josh Matthews <[email protected]> * Publish match_token 0.1.1. Signed-off-by: Josh Matthews <[email protected]> --------- Signed-off-by: Josh Matthews <[email protected]>
1 parent 01a2813 commit fe058bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ resolver = "2"
1414
rust-version = "1.70.0"
1515

1616
[workspace.dependencies]
17-
match_token = { version = "0.1", path = "match_token" }
17+
match_token = { version = "0.1.1", path = "match_token" }
1818

match_token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "match_token"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Procedural macro for html5ever."

0 commit comments

Comments
 (0)