Cargo.lock 🔗
@@ -9540,6 +9540,7 @@ dependencies = [
"async-recursion 1.1.1",
"collections",
"editor",
+ "fs",
"gpui",
"language",
"linkify",
Marshall Bowers created
This PR updates the `Cargo.lock` file, as running `cargo check` was
producing a diff on `main`.
Release Notes:
- N/A
Cargo.lock | 1 +
1 file changed, 1 insertion(+)
@@ -9540,6 +9540,7 @@ dependencies = [
"async-recursion 1.1.1",
"collections",
"editor",
+ "fs",
"gpui",
"language",
"linkify",