Skip to content

Commit 3bafc55

Browse files
committed
fix bad dependency on widlcard
Signed-off-by: Heinz N. Gies <[email protected]>
1 parent 8cca5dc commit 3bafc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tremor-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.13.0-rc.12"
1212
tokio = { version = "1.27", features = ["full"] }
1313
rand = { version = "0.8", features = ["small_rng"] }
1414
beef = { version = "0.5", features = ["impl_serde"] }
15-
serde = "*"
15+
serde = "1"
1616
url = "2.3"
1717
simd-json = { version = "0.8", features = ["known-key"] }
1818
simd-json-derive = "0.8"

0 commit comments

Comments
 (0)