Skip to content

Commit 33e08bc

Browse files
authored
Merge pull request #4 from cr8t/fixup/publishing
fixup: cargo: fix publishing information
2 parents 77bd44a + 74f0411 commit 33e08bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "usbfs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["USBFS Rust developers"]
6-
description = "An XML library in pure Rust"
7-
repository = "https://github.com/kornelski/xml-rs"
6+
description = "Port of the usbfs Linux userspace library in pure Rust"
7+
repository = "https://github.com/cr8t/usbfs"
88
homepage = "https://crates.io/crates/usbfs"
99
documentation = "https://docs.rs/usbfs/"
1010
readme = "README.md"

0 commit comments

Comments
 (0)