diff --git a/Cargo.lock b/Cargo.lock index e9a6fb1..37518c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "interface-rs" -version = "0.2.5" +version = "0.2.6" diff --git a/Cargo.toml b/Cargo.toml index 191f6b3..e35fc72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "interface-rs" -version = "0.2.5" +version = "0.2.6" authors = ["Hunter Wigelsworth "] edition = "2021" description = "Library for reading and writing Linux interfaces(5) files"