We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33adf5f commit 63b9593Copy full SHA for 63b9593
cli/Cargo.toml
@@ -2,7 +2,7 @@
2
authors = ["Christian Legaard <clegaard@outlook.com>"]
3
edition = "2021"
4
name = "unifmu"
5
-version = "0.13.0"
+version = "0.14.0"
6
7
[dependencies]
8
clap = { version = "4.5", features = ["derive"] }
fmiapi/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "fmiapi"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
unifmu_macros/Cargo.toml
name = "unifmu_macros"
[lib]
proc-macro = true
0 commit comments