Skip to content

Commit

Permalink
Merge torrust#716: Version 3.0.0-alpha.12 was Released
Browse files Browse the repository at this point in the history
076566d develop: bump to version 3.0.0-beta-develop (Jose Celano)
817cc7e release: version 3.0.0-alpha.12 (Jose Celano)

Pull request description:

  Version 3.0.0-alpha.12 was Released

ACKs for top commit:
  josecelano:
    ACK 076566d

Tree-SHA512: 2d32105c9a6100f0ae8dccacdbcddbc9fc7c92913285750d7ba49e7e67751f63d3fe364a99eb477f12187f121860cc7682fb0784a09f88b43d4d8453dea30ad9
  • Loading branch information
josecelano committed Aug 13, 2024
2 parents a24f128 + 076566d commit 720b2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ license = "AGPL-3.0-only"
publish = true
repository = "https://github.com/torrust/torrust-tracker"
rust-version = "1.72"
version = "3.0.0-alpha.12-develop"
version = "3.0.0-beta-develop"

[profile.dev.package.sqlx-macros]
opt-level = 3
Expand All @@ -41,6 +41,7 @@ axum-server = { version = "0", features = ["tls-rustls"] }
binascii = "0"
bytes = "1"
camino = { version = "1.1.6", features = ["serde"] }
casbin = "2.2.0"
chrono = { version = "0", default-features = false, features = ["clock"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
derive_more = "0"
Expand All @@ -56,7 +57,6 @@ hyper = "1"
hyper-util = { version = "0.1.3", features = ["http1", "http2", "tokio"] }
indexmap = "2"
jsonwebtoken = "9"
mockall = "0.12.1"
lazy_static = "1.4.0"
lettre = { version = "0", features = [
"builder",
Expand All @@ -67,6 +67,7 @@ lettre = { version = "0", features = [
"tokio1-rustls-tls",
] }
log = "0"
mockall = "0.12.1"
pbkdf2 = { version = "0", features = ["simple"] }
pin-project-lite = "0.2"
rand = "0"
Expand All @@ -88,16 +89,15 @@ text-to-png = "0"
thiserror = "1"
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
toml = "0"
torrust-index-located-error = { version = "3.0.0-alpha.12-develop", path = "packages/located-error" }
torrust-index-located-error = { version = "3.0.0-beta-develop", path = "packages/located-error" }
tower = { version = "0.4", features = ["timeout"] }
tower-http = { version = "0", features = ["compression-full", "cors", "propagate-header", "request-id", "trace"] }
trace = "0.1.7"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json"] }
url = { version = "2.5.0", features = ["serde"] }
urlencoding = "2"
uuid = { version = "1", features = ["v4"] }
tracing-subscriber = { version = "0.3.18", features = ["json"] }
casbin = "2.2.0"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 720b2fa

Please sign in to comment.