diff --git a/Cargo.toml b/Cargo.toml index 269eab0..bd9904e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" authors = ["Yuekai Jia "] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" homepage = "https://github.com/arceos-org/arceos" diff --git a/axdriver_base/Cargo.toml b/axdriver_base/Cargo.toml index 29e375e..251149e 100644 --- a/axdriver_base/Cargo.toml +++ b/axdriver_base/Cargo.toml @@ -3,7 +3,7 @@ name = "axdriver_base" edition = "2021" description = "Common interfaces for all kinds of device drivers" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_base" -keywords = ["arceos", "dirver"] +keywords = ["arceos", "driver"] version.workspace = true authors.workspace = true license.workspace = true diff --git a/axdriver_block/Cargo.toml b/axdriver_block/Cargo.toml index bfc58ef..d278f26 100644 --- a/axdriver_block/Cargo.toml +++ b/axdriver_block/Cargo.toml @@ -3,7 +3,7 @@ name = "axdriver_block" edition = "2021" description = "Common traits and types for block storage drivers" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_block" -keywords = ["arceos", "dirver", "blk"] +keywords = ["arceos", "driver", "blk"] version.workspace = true authors.workspace = true license.workspace = true diff --git a/axdriver_display/Cargo.toml b/axdriver_display/Cargo.toml index 5546d3c..eb1bc8f 100644 --- a/axdriver_display/Cargo.toml +++ b/axdriver_display/Cargo.toml @@ -3,7 +3,7 @@ name = "axdriver_display" edition = "2021" description = "Common traits and types for graphics device drivers" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_display" -keywords = ["arceos", "dirver", "gpu", "framebuffer"] +keywords = ["arceos", "driver", "gpu", "framebuffer"] version.workspace = true authors.workspace = true license.workspace = true diff --git a/axdriver_net/Cargo.toml b/axdriver_net/Cargo.toml index ef2f209..9f15d71 100644 --- a/axdriver_net/Cargo.toml +++ b/axdriver_net/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" authors = ["Yuekai Jia ", "ChengXiang Qi "] description = "Common traits and types for network device (NIC) drivers" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_net" -keywords = ["arceos", "dirver", "nic"] +keywords = ["arceos", "driver", "nic"] version.workspace = true license.workspace = true homepage.workspace = true diff --git a/axdriver_pci/Cargo.toml b/axdriver_pci/Cargo.toml index 3ab3ca7..8f9ac31 100644 --- a/axdriver_pci/Cargo.toml +++ b/axdriver_pci/Cargo.toml @@ -3,7 +3,7 @@ name = "axdriver_pci" edition = "2021" description = "Structures and functions for PCI bus operations" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_pci" -keywords = ["arceos", "dirver", "pci"] +keywords = ["arceos", "driver", "pci"] version.workspace = true authors.workspace = true license.workspace = true diff --git a/axdriver_virtio/Cargo.toml b/axdriver_virtio/Cargo.toml index b668c62..731e596 100644 --- a/axdriver_virtio/Cargo.toml +++ b/axdriver_virtio/Cargo.toml @@ -3,7 +3,7 @@ name = "axdriver_virtio" edition = "2021" description = "Wrappers of some devices in the `virtio-drivers` crate, that implement traits in the `axdriver_base` series crates" documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_virtio" -keywords = ["arceos", "dirver", "vritio"] +keywords = ["arceos", "driver", "vritio"] version.workspace = true authors.workspace = true license.workspace = true