diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:20 +0100 |
commit | cbe643d91fd3f47ea14ad94a2c0a3f0219a4518e (patch) | |
tree | 329d97b5340089e7b9d0ba43a9979a1097481efd /stockton-types/Cargo.toml | |
parent | 83c67f8e304d7e6baf85aa0ea285d7664a4f90cd (diff) |
refactor(all): update dependencies
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r-- | stockton-types/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml index 9c685e8..0ce5c40 100644 --- a/stockton-types/Cargo.toml +++ b/stockton-types/Cargo.toml @@ -6,5 +6,4 @@ edition = "2018" [dependencies] nalgebra-glm = "^0.6" -stockton-bsp = "2.0.0" -downcast-rs = "1.0.4"
\ No newline at end of file +stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" } |