Skip to content

Commit f4977dd

Browse files
Update Rust crate infer to 0.19.0
1 parent 2e9bce9 commit f4977dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log = ["dep:log"]
4747
[dependencies]
4848
etcetera = "0.8.0"
4949
file-format = { version = "0.26.0", features = ["reader-txt"], optional = true }
50-
infer = { version = "0.16.0", default-features = false, optional = true }
50+
infer = { version = "0.19.0", default-features = false, optional = true }
5151
log = { version = "0.4.22", optional = true }
5252
remi = { path = "../../remi", version = "0.10.1" }
5353
serde = { version = "1.0.210", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)