Correct minimum version req.
This commit is contained in:
@@ -10,7 +10,7 @@ mod play;
|
|||||||
mod terrain;
|
mod terrain;
|
||||||
|
|
||||||
#[allow(unused)]
|
#[allow(unused)]
|
||||||
pub const MIN_VER: semver::Version = semver::Version::new(0, 3, 0);
|
pub const MIN_VER: semver::Version = semver::Version::new(0, 4, 0);
|
||||||
|
|
||||||
pub use action::*;
|
pub use action::*;
|
||||||
pub use event::Event;
|
pub use event::Event;
|
||||||
|
|||||||
Reference in New Issue
Block a user