diff --git a/Cargo.lock b/Cargo.lock index 0e4cd44e..622dca47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "ck3-tiger" -version = "0.9.4" +version = "0.9.5" dependencies = [ "ansiterm", "anyhow", @@ -911,7 +911,7 @@ dependencies = [ [[package]] name = "imperator-tiger" -version = "0.9.4" +version = "0.9.5" dependencies = [ "ansiterm", "anyhow", @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "tiger-lib" -version = "0.9.4" +version = "0.9.5" dependencies = [ "ahash", "ansiterm", @@ -2137,7 +2137,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utils" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "clap", @@ -2158,7 +2158,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vic3-tiger" -version = "0.9.4" +version = "0.9.5" dependencies = [ "ansiterm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fc0b3c81..3170fc3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["ck3-tiger", "vic3-tiger", "imperator-tiger", "utils", "."] [package] name = "tiger-lib" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "GPL-3.0-or-later" description = "Library used by the tools ck3-tiger, vic3-tiger, and imperator-tiger. This library holds the bulk of the code for them. It can be built either for ck3-tiger with the feature ck3, or for vic3-tiger with the feature vic3, or for imperator-tiger with the feature imperator, but not both at the same time." diff --git a/ck3-tiger/Cargo.toml b/ck3-tiger/Cargo.toml index 962deb34..f019ae8f 100644 --- a/ck3-tiger/Cargo.toml +++ b/ck3-tiger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ck3-tiger" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "GPL-3.0-or-later" default-run = "ck3-tiger" @@ -15,7 +15,7 @@ rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tiger-lib = { version = "0.9.4", path = "..", features = ["ck3"] } +tiger-lib = { version = "0.9.5", path = "..", features = ["ck3"] } anyhow = "1" clap = { version = "~4.4", features = ["derive"] } diff --git a/imperator-tiger/Cargo.toml b/imperator-tiger/Cargo.toml index d5935bb2..563ea684 100644 --- a/imperator-tiger/Cargo.toml +++ b/imperator-tiger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imperator-tiger" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "GPL-3.0-or-later" default-run = "imperator-tiger" @@ -15,7 +15,7 @@ rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tiger-lib = { version = "0.9.4", path = "..", default-features = false, features = ["imperator"] } +tiger-lib = { version = "0.9.5", path = "..", default-features = false, features = ["imperator"] } anyhow = "1" clap = { version = "~4.4", features = ["derive"] } diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 6cf6be41..9489f666 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "GPL-3.0-or-later" description = "Utilities for maintaining tiger-lib" diff --git a/vic3-tiger/Cargo.toml b/vic3-tiger/Cargo.toml index 55e82fc2..4e91a92e 100644 --- a/vic3-tiger/Cargo.toml +++ b/vic3-tiger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vic3-tiger" -version = "0.9.4" +version = "0.9.5" edition = "2021" license = "GPL-3.0-or-later" default-run = "vic3-tiger" @@ -15,7 +15,7 @@ rust-version = "1.70" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tiger-lib = { version = "0.9.4", path = "..", default-features = false, features = ["vic3"] } +tiger-lib = { version = "0.9.5", path = "..", default-features = false, features = ["vic3"] } anyhow = "1" clap = { version = "~4.4", features = ["derive"] }