aboutsummaryrefslogtreecommitdiff
path: root/ui-tests/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-21 20:37:16 +0100
committerMartin Fischer <martin@push-f.com>2021-11-21 20:37:42 +0100
commit29d0acb48a03a08eff63d0c40c2e6961f250cb89 (patch)
tree8df9113339d124d1b605d2e26e7922ba4ac76612 /ui-tests/Cargo.toml
parentf897ac6b6027693fe197ee7b6ce9f7fe428e8440 (diff)
fix code highlighting & ui-tests, bump to 0.3.1v0.3.1
Diffstat (limited to 'ui-tests/Cargo.toml')
-rw-r--r--ui-tests/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui-tests/Cargo.toml b/ui-tests/Cargo.toml
index 5b30a66..e3ea381 100644
--- a/ui-tests/Cargo.toml
+++ b/ui-tests/Cargo.toml
@@ -4,8 +4,5 @@ version = "0.0.0"
edition = "2021"
publish = false
-[patch.crates-io]
-dynamize = { path = ".." }
-
[dependencies]
-dynamize = "0.2.0"
+dynamize = { path = ".." }