Skip to content

Commit

Permalink
Bump minimum Rust version to 1.70 as we'll need it for better thread …
Browse files Browse the repository at this point in the history
…locals: #86

Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX authored and nagisa committed Dec 27, 2023
1 parent 6421ce4 commit 4040a1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_toolchain: [nightly, stable, 1.65.0]
rust_toolchain: [nightly, stable, 1.70.0]
os: [ubuntu-latest, windows-latest, macOS-latest]
flags: ["", "--release", "--no-default-features", "--all-features"]
timeout-minutes: 20
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ edition = "2021"
repository = "https://github.com/nagisa/rust_tracy_client"
homepage = "https://github.com/nagisa/rust_tracy_client"
license = "MIT/Apache-2.0"
rust-version = "1.70.0"
1 change: 1 addition & 0 deletions tracing-tracy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.10.4"
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme = "README.mkd"
repository.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions tracy-client-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors.workspace = true
build = "build.rs"
license = "(MIT OR Apache-2.0) AND BSD-3-Clause"
edition.workspace = true
rust-version.workspace = true
readme = "README.mkd"
repository.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions tracy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.16.4" # AUTO-BUMP
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
readme = "README.mkd"
repository.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 4040a1d

Please sign in to comment.