Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/sourcegen/Cargo.toml')
| -rw-r--r-- | crates/sourcegen/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index fb2b9ebef5..0514af8e78 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -12,4 +12,4 @@ rust-version.workspace = true doctest = false [dependencies] -xshell = "0.2.2" +xshell.workspace = true |