Skip to content

Commit

Permalink
fixed nightly build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stillonearth committed Jan 25, 2024
1 parent 518af07 commit 164c53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "bevy_rl"
version = "0.12.0"
version = "0.12.1"
license = "MIT OR Apache-2.0"
description = "Build environments for reinforcement learning with bevy"
keywords = ["ai", "bevy", "gym", "rl"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(associated_type_bounds)]
// #![feature(associated_type_bounds)]

use std::{marker::PhantomData, thread};

Expand Down

0 comments on commit 164c53a

Please sign in to comment.