Skip to content

Commit

Permalink
Merge pull request kevinmehall#11 from cr8t/fixup/publish
Browse files Browse the repository at this point in the history
fixup: Cargo.toml: change crate name
  • Loading branch information
cr8t authored Dec 6, 2023
2 parents a24881c + 5d2c63b commit 8cf0e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "udev"
name = "udevrs"
version = "0.1.0"
edition = "2021"
authors = ["udev Rust Developers"]
Expand Down
2 changes: 1 addition & 1 deletion tests/hwdb.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

use udev::{Result, Udev, UdevHwdb};
use udevrs::{Result, Udev, UdevHwdb};

mod common;

Expand Down

0 comments on commit 8cf0e06

Please sign in to comment.