mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
Bump version: 0.10.1 → 0.10.2
This commit is contained in:
parent
fe924f31ce
commit
53b0a9095b
13 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.10.1
|
||||
current_version = 0.10.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-admin"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0", features = ["std"] }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-common"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-core"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "warpgate-database-protocols"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
description = "Core of SQLx, the rust SQL toolkit. Just the database protocol parts."
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-db-entities"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4", default-features = false, features = ["serde"] }
|
||||
|
|
|
@ -3,7 +3,7 @@ edition = "2021"
|
|||
license = "Apache-2.0"
|
||||
name = "warpgate-db-migrations"
|
||||
publish = false
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[lib]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-http"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-mysql"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-ssh"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-sso"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-web"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
rust-embed = "8.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
Loading…
Reference in a new issue