Skip to content

Commit

Permalink
Fix typo, bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Nov 28, 2024
1 parent 78686a7 commit 145c29b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "0.1.1"
authors = ["Yuekai Jia <[email protected]>"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
Expand Down
2 changes: 1 addition & 1 deletion axdriver_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion axdriver_block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion axdriver_display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion axdriver_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
authors = ["Yuekai Jia <[email protected]>", "ChengXiang Qi <[email protected]>"]
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
Expand Down
2 changes: 1 addition & 1 deletion axdriver_pci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion axdriver_virtio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 145c29b

Please sign in to comment.