Skip to content

Commit

Permalink
Merge pull request #2399 from HTGAzureX1212/nightly
Browse files Browse the repository at this point in the history
Update `rust-version` to `1.83`
  • Loading branch information
HTGAzureX1212 authored Sep 30, 2024
2 parents d71c3c8 + 0c457d2 commit 1aca38a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Backend server driver
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-layers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Backend middleware
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Backend routes (API v1)
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-routes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Backend routes (API v1)
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion database/hartex-database-migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Database migrations.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion database/hartex-database-queries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Database queries generated for use in Rust code in HarTex.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion localization/hartex-localization-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Localization bindings for HarTex.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion localization/hartex-localization-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Localization infrastructure for HarTex.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion localization/hartex-localization-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Localization loader for HarTex.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-bitflags-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Macro utilities
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-discord-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Macro utilities
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Errors in HarTex. All are displayed in the console but some may appear on Discord.
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-kafka-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Macro utilities
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Logging facilities
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-macro-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "Macro facilities"
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion tools/bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
Bootstrap binary
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

[dependencies]
clap = { version = "4.5.18", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = """
UI test binary
"""
license = "AGPL-3.0-or-later"
rust-version = "1.82.0"
rust-version = "1.83.0"

[dependencies]
clap = { version = "4.5.18", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
Expand Down

0 comments on commit 1aca38a

Please sign in to comment.