Skip to content

Commit

Permalink
Merge pull request #4 from cr8t/fixup/publishing
Browse files Browse the repository at this point in the history
fixup: cargo: fix publishing information
  • Loading branch information
cr8t authored Jan 23, 2024
2 parents 77bd44a + 74f0411 commit 33e08bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "usbfs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["USBFS Rust developers"]
description = "An XML library in pure Rust"
repository = "https://github.com/kornelski/xml-rs"
description = "Port of the usbfs Linux userspace library in pure Rust"
repository = "https://github.com/cr8t/usbfs"
homepage = "https://crates.io/crates/usbfs"
documentation = "https://docs.rs/usbfs/"
readme = "README.md"
Expand Down

0 comments on commit 33e08bc

Please sign in to comment.