diff --git a/Cargo.toml b/Cargo.toml index 8c16eab..f4c3fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "ofw" description = "basic interfacing with OpenFirmware (former IEEE standard 1275)" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Niko Chow-Stuart "] -repository = "https://git.gaycatgirl.sex/voremicrocomputers/vap_os/ofw" +repository = "https://git.voremicrocomputers.com/voremicrocomputers/vap/ofw/ofw" license = "Apache-2.0" categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"] keywords = ["ieee1275", "openfirmware", "forth", "powerpc"] \ No newline at end of file diff --git a/src/tests.rs b/src/tests.rs index 63b9d40..833f3d9 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -1,5 +1,5 @@ use crate::arch::EntryFunction; -use crate::{Args, call, call_method, IHandle, ntstr, ofw_call, OFW_FALSE, OFW_TRUE}; +use crate::{Args, call, call_method, IHandle, ntstr, OFW_FALSE, OFW_TRUE}; use crate::cell_conv::DoubleWord; use crate::ntstr::NTSTR;