Skip to content

Commit b7e2976

Browse files
authored
Merge pull request #6 from chanced/v0.3.4
fixes fluent-uri version
2 parents ebb944d + 8037305 commit b7e2976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
1616
serde = { version = "1.0", default-features = false, features = ["alloc"] }
1717
url = { version = "2", optional = true }
1818
uniresid = { version = "0.1.4", optional = true }
19-
fluent-uri = { version = "*", optional = true, default-features = false }
19+
fluent-uri = { version = "0.1.4", optional = true, default-features = false }
2020

2121
[features]
2222
default = []

0 commit comments

Comments
 (0)