Skip to content

Commit

Permalink
Merge pull request #70 from kvark/rust-version
Browse files Browse the repository at this point in the history
Lower the Rust requirements to 1.76
  • Loading branch information
urholaukkarinen authored Jul 27, 2024
2 parents 00be178 + 72d967a commit 08e8a51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*", "examples/*"]

[workspace.package]
version = "0.3.0"
rust-version = "1.79.0"
rust-version = "1.78.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/urholaukkarinen/transform-gizmo"
Expand Down
2 changes: 1 addition & 1 deletion crates/transform-gizmo-bevy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "transform-gizmo-bevy"
description = "bevy integration for transform-gizmo"
version.workspace = true
rust-version.workspace = true
rust-version = "1.79.0"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/transform-gizmo-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "transform-gizmo-egui"
description = "egui integration for transform-gizmo"
version.workspace = true
rust-version.workspace = true
rust-version = "1.76.0"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/transform-gizmo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "transform-gizmo"
description = "3D transformation gizmo"
version.workspace = true
rust-version.workspace = true
rust-version = "1.76.0"
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 08e8a51

Please sign in to comment.