mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-26 11:02:28 +02:00
ci: bump version vversion.workspace = true
This commit is contained in:
Generated
+3
-3
@@ -1254,7 +1254,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "frontend"
|
||||
version = "3.2.139"
|
||||
version = "3.2.140"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
@@ -3960,7 +3960,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shared"
|
||||
version = "3.2.139"
|
||||
version = "3.2.140"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitflags 2.11.0",
|
||||
@@ -4549,7 +4549,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
||||
|
||||
[[package]]
|
||||
name = "tuliprox"
|
||||
version = "3.2.139"
|
||||
version = "3.2.140"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-compression",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ members = ["backend", "frontend", "shared"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "3.2.139"
|
||||
version = "3.2.140"
|
||||
edition = "2021"
|
||||
rust-version = "1.89.0"
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
shared = { version = "3.2.139", path = "../shared" }
|
||||
shared = { version = "3.2.140", path = "../shared" }
|
||||
chrono.workspace = true
|
||||
yew = "0.22.1"
|
||||
yew-router = "0.19.0"
|
||||
|
||||
Reference in New Issue
Block a user