Skip to content

Commit cf0b427

Browse files
committed
chore: bump version to 0.7.6
1 parent 36ecb48 commit cf0b427

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bonfire/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-bonfire"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
license = "AGPL-3.0-or-later"
55
edition = "2021"
66

@@ -41,7 +41,7 @@ revolt-result = { path = "../core/result" }
4141
revolt-models = { path = "../core/models" }
4242
revolt-config = { path = "../core/config" }
4343
revolt-database = { path = "../core/database" }
44-
revolt-permissions = { version = "0.7.5", path = "../core/permissions" }
44+
revolt-permissions = { version = "0.7.6", path = "../core/permissions" }
4545
revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
4646

4747
# redis

crates/core/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-config"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Paul Makles <me@insrt.uk>"]

crates/core/database/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-database"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "AGPL-3.0-or-later"
66
authors = ["Paul Makles <me@insrt.uk>"]
@@ -23,13 +23,13 @@ default = ["mongodb", "async-std-runtime", "tasks"]
2323

2424
[dependencies]
2525
# Core
26-
revolt-config = { version = "0.7.5", path = "../config" }
27-
revolt-result = { version = "0.7.5", path = "../result" }
28-
revolt-models = { version = "0.7.5", path = "../models", features = [
26+
revolt-config = { version = "0.7.6", path = "../config" }
27+
revolt-result = { version = "0.7.6", path = "../result" }
28+
revolt-models = { version = "0.7.6", path = "../models", features = [
2929
"validator",
3030
] }
31-
revolt-presence = { version = "0.7.5", path = "../presence" }
32-
revolt-permissions = { version = "0.7.5", path = "../permissions", features = [
31+
revolt-presence = { version = "0.7.6", path = "../presence" }
32+
revolt-permissions = { version = "0.7.6", path = "../permissions", features = [
3333
"serde",
3434
"bson",
3535
] }

crates/core/models/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-models"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Paul Makles <me@insrt.uk>"]
@@ -19,8 +19,8 @@ default = ["serde", "partials", "rocket"]
1919

2020
[dependencies]
2121
# Core
22-
revolt-config = { version = "0.7.5", path = "../config" }
23-
revolt-permissions = { version = "0.7.5", path = "../permissions" }
22+
revolt-config = { version = "0.7.6", path = "../config" }
23+
revolt-permissions = { version = "0.7.6", path = "../permissions" }
2424

2525
# Utility
2626
regex = "1"

crates/core/permissions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-permissions"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Paul Makles <me@insrt.uk>"]
@@ -21,7 +21,7 @@ async-std = { version = "1.8.0", features = ["attributes"] }
2121

2222
[dependencies]
2323
# Core
24-
revolt-result = { version = "0.7.5", path = "../result" }
24+
revolt-result = { version = "0.7.6", path = "../result" }
2525

2626
# Utility
2727
auto_ops = "0.3.0"

crates/core/presence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-presence"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "AGPL-3.0-or-later"
66
authors = ["Paul Makles <me@insrt.uk>"]

crates/core/result/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-result"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Paul Makles <me@insrt.uk>"]

crates/delta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revolt-delta"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
license = "AGPL-3.0-or-later"
55
authors = ["Paul Makles <paulmakles@gmail.com>"]
66
edition = "2018"

0 commit comments

Comments
 (0)