Skip to content

Commit

Permalink
Merge pull request #19 from donno2048/patch-1
Browse files Browse the repository at this point in the history
Fix lib name
  • Loading branch information
novafacing authored Aug 29, 2024
2 parents 7c481e8 + a8cc960 commit 024100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu-plugin-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Low level bindings to the QEMU Plugin API
//!
//! These bindings are generated from the QEMU source code, and should not be used directly.
//! Instead, use the `qeu-plugin` crate.
//! Instead, use the `qemu-plugin` crate.
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
Expand Down

0 comments on commit 024100c

Please sign in to comment.