Skip to content

Commit 12a9bd2

Browse files
committed
chore: update Cargo.toml
1 parent 375df67 commit 12a9bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ publish = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
backend-dispatcher = { path = "../backend-dispatcher" } # Only for development purposes
17-
# backend-dispatcher = "0.1.34"
16+
# backend-dispatcher = { path = "../backend-dispatcher" } # Only for development purposes
17+
backend-dispatcher = "0.1.34"
1818
chrono = { version = "0.4.31", default-features = false }
1919
substring = "1.4.5"
2020
strum = { version = "0.25.0", default-features = false }

0 commit comments

Comments
 (0)