Compare commits

..

No commits in common. "c292b4b533811ee85f742fb97c414cebd72b9858" and "1c0b0c7f11981715d2f83a9421947c81ab0d2cc8" have entirely different histories.

2 changed files with 6 additions and 10 deletions

View file

@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Linux
run: cargo build --verbose --target x86_64-unknown-linux-gnu
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy

View file

@ -1,18 +1,14 @@
[package]
name = "minidisc"
version = "0.1.1"
version = "0.1.0"
edition = "2021"
homepage = "https://github.com/G2-Games/minidisc-rs/"
repository = "https://github.com/G2-Games/minidisc-rs/"
documentation = "https://docs.rs/cross_usb"
homepage = "https://github.com/G2-Games/minidisc-cli/"
repository = "https://github.com/G2-Games/minidisc-cli/minidisc-rs/"
description = "A library for interacting with NetMD and Hi-MD minidisc devices."
license = "AGPL-3.0"
license-file = "LICENSE"
authors = ["G2 <ke0bhogsg@gmail.com>", "Asivery"]
readme = "README.md"
keywords = ["minidisc"]
categories = ["hardware-support", "wasm", "multimedia::audio"]
# Have docs.rs make documentation for most supported targets
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown"]