mirror of
https://github.com/pcvolkmer/cert-tools.git
synced 2025-07-01 22:12:55 +00:00
build: use generated version on package build
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "cert-tools-ui"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cert-tools = { path = "..", version = "*" }
|
||||
cert-tools = { path = ".." }
|
||||
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio", "web-colors", "image"], default-features = false }
|
||||
rfd = "0.15"
|
||||
itertools = "0.14"
|
||||
|
Reference in New Issue
Block a user