Skip to content

Commit

Permalink
downgrade rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 19, 2023
1 parent 1f1387c commit 26b82d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
toolchain: 1.73.0
- name: install wasm-bindgen-cli
run: |
cargo install wasm-bindgen-cli
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-gnu
toolchain: 1.73.0

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
toolchain: 1.73.0

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -183,6 +186,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin
toolchain: 1.73.0

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -233,6 +237,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
toolchain: 1.73.0

- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ bevy_easings = "0.12.2"
bevy-inspector-egui = { version = "0.21", default-features = false }
#bevy_mod_picking = "0.15"
bevy_egui = "0.23"
chrono = "0.4.31"
chrono = "0.4.23"
serde_json = "1.0.107"
serde = { version = "1.0.189", features = ["derive"] }
winit = "0.28.7"
image = "0.24.7"
bevy_mod_billboard = { git = "https://github.com/robtfm/bevy_mod_billboard/", branch = "bevy12" }
bevy_mod_billboard = { git = "https://github.com/robtfm/bevy_mod_billboard/", branch = "bevy12" }

0 comments on commit 26b82d4

Please sign in to comment.