mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
Bump version: 0.7.4 → 0.8.0
This commit is contained in:
parent
983d0ad49b
commit
4ecc6b653f
13 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.7.4
|
||||
current_version = 0.8.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-admin"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0", features = ["std"] }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-common"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-core"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "warpgate-database-protocols"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
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.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[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.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[lib]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-http"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-mysql"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
warpgate-common = { version = "*", path = "../warpgate-common" }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-protocol-ssh"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-sso"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate-web"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
rust-embed = "6.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "warpgate"
|
||||
version = "0.7.4"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12"
|
||||
|
|
Loading…
Reference in a new issue