From c933e43dd6e0e5d1839c2fe679592bedae3470b1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 2 Feb 2019 00:20:38 -0700 Subject: [PATCH] mgba 0.7 came out! --- src/mgba.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mgba.rs b/src/mgba.rs index 8f5caa7..a108b1b 100644 --- a/src/mgba.rs +++ b/src/mgba.rs @@ -1,8 +1,8 @@ //! Special utils for if you're running on the mGBA emulator. //! -//! Note that this assumes that you're using the very latest version (0.7-beta1 -//! at the time of this writing). If you've got some older version of things -//! there might be any number of differences or problems. +//! Note that this assumes that you're using the very latest version (0.7). If +//! you've got some older version of things there might be any number of +//! differences or problems. use super::*;