Skip to content

Commit a93901a

Browse files
helio-frotactron
authored andcommitted
chore: removing rust-toolchain.toml
* Also setting minimum supported Rust version aligned with current rust version available on github action runner.
1 parent 56ee049 commit a93901a

File tree

23 files changed

+23
-4
lines changed

23 files changed

+23
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ version = "0.4.0-beta.1"
2929
edition = "2024"
3030
publish = false
3131
license = "Apache-2.0"
32+
rust-version = "1.92.0"
3233

3334
[workspace.dependencies]
3435
actix = "0.13.3"

common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[dependencies]
910
actix-web = { workspace = true }

common/auth/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78
description = "Authentication and authorization functionality"
89

910
[dependencies]

common/db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[dependencies]
910
trustify-migration = { workspace = true }

common/infrastructure/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[dependencies]
910
actix-cors = { workspace = true }

cvss/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[dependencies]
910
serde = { workspace = true, features = ["derive"] }

entity/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[features]
910
graphql = ["async-graphql"]

migration/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[lib]
910
name = "migration"

modules/analysis/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[dependencies]
910
trustify-auth = { workspace = true }

modules/fundamental/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version.workspace = true
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
7+
rust-version.workspace = true
78

89
[features]
910
default = []

0 commit comments

Comments
 (0)