Skip to content

Commit

Permalink
Don't put the version for local dev-dependency
Browse files Browse the repository at this point in the history
Otherwise we can't upload them to crate.io
  • Loading branch information
ogoffart committed Feb 10, 2022
1 parent d5726a9 commit 40d8cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ wasm-bindgen = { version = "0.2" }
web_sys = { version = "0.3", package = "web-sys", features=["console", "CanvasRenderingContext2d", "TextMetrics", "HtmlSpanElement"] }

[dev-dependencies]
slint = { version = "=0.2.0", path = "../../api/rs/slint", default-features = false, features = ["std"] }
slint = { path = "../../api/rs/slint", default-features = false, features = ["std"] }
i-slint-backend-testing = { path="../backends/testing" }

image = { version = "0.24.0", default-features = false, features = [ "png" ] }
Expand Down

0 comments on commit 40d8cbf

Please sign in to comment.