fix small issues and generally make things better

This commit is contained in:
husky 2023-07-22 22:22:14 -07:00
parent 8035172bdb
commit fce510604e
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
2 changed files with 3 additions and 3 deletions

View file

@ -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 <nikocs@voremicrocomputers.com>"]
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"]

View file

@ -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;