aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-07 23:32:42 +0200
committertpart <tpart120@proton.me>2025-04-07 23:32:42 +0200
commit35c24bb62710d06fc1739bfab2242e16290911a7 (patch)
tree20f133674a46c084d4f57c8d78f9a2111e80107c
parenta51e4f60fcc03649529349227bbe2b28395eebc7 (diff)
downloadhurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar
hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.bz2
hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.zst
Fix incorrect version numbers in Cargo.toml files
-rw-r--r--Cargo.lock10
-rw-r--r--server/Cargo.toml2
-rw-r--r--server/bot/Cargo.toml2
-rw-r--r--server/client-lib/Cargo.toml2
-rw-r--r--server/discover/Cargo.toml2
-rw-r--r--server/registry/Cargo.toml2
6 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 699e36cf..ca534e61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1149,7 +1149,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hurrycurry-bot"
-version = "2.3.0"
+version = "2.3.1"
dependencies = [
"anyhow",
"clap",
@@ -1163,7 +1163,7 @@ dependencies = [
[[package]]
name = "hurrycurry-client-lib"
-version = "2.3.0"
+version = "2.3.1"
dependencies = [
"anyhow",
"bincode",
@@ -1178,7 +1178,7 @@ dependencies = [
[[package]]
name = "hurrycurry-discover"
-version = "2.3.0"
+version = "2.3.1"
dependencies = [
"anyhow",
"env_logger",
@@ -1223,7 +1223,7 @@ dependencies = [
[[package]]
name = "hurrycurry-registry"
-version = "2.3.0"
+version = "2.3.1"
dependencies = [
"anyhow",
"env_logger",
@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "hurrycurry-server"
-version = "2.3.0"
+version = "2.3.1"
dependencies = [
"anyhow",
"bincode",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index c1cf89f4..06a22798 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
default-run = "hurrycurry-server"
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index e8aad7d0..7f371867 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-bot"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
[dependencies]
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index cc2f264b..95456595 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-client-lib"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
[dependencies]
diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml
index 06c743a0..4faa9bc1 100644
--- a/server/discover/Cargo.toml
+++ b/server/discover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-discover"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
[dependencies]
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml
index 6f138709..9108f056 100644
--- a/server/registry/Cargo.toml
+++ b/server/registry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-registry"
-version = "2.3.0"
+version = "2.3.1"
edition = "2021"
[dependencies]