diff --git a/crates/kas-core/Cargo.toml b/crates/kas-core/Cargo.toml index 28d8bc573..b2f646959 100644 --- a/crates/kas-core/Cargo.toml +++ b/crates/kas-core/Cargo.toml @@ -81,8 +81,6 @@ path = "../kas-macros" [dependencies.kas-text] version = "0.5.0" -git = "https://github.com/kas-gui/kas-text.git" -rev = "21b3d7fcfd26579921f1bd26f0fd8e5534744b6e" [dependencies.easy-cast] version = "0.5.0" # used in doc links diff --git a/crates/kas-wgpu/Cargo.toml b/crates/kas-wgpu/Cargo.toml index fd40af603..9003674e5 100644 --- a/crates/kas-wgpu/Cargo.toml +++ b/crates/kas-wgpu/Cargo.toml @@ -53,8 +53,6 @@ default-features = false [dependencies.kas-text] version = "0.5.0" -git = "https://github.com/kas-gui/kas-text.git" -rev = "21b3d7fcfd26579921f1bd26f0fd8e5534744b6e" [build-dependencies] glob = "0.3"