Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkegz committed Aug 27, 2024
1 parent 0a83124 commit aba2ca9
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
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.4.0-dev" # I think this should be a version bump because of incompatible dependencies
version = "0.4.0"
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 page_table_multiarch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories.workspace = true
[dependencies]
log = "0.4"
memory_addr = "0.3"
page_table_entry = { path = "../page_table_entry", version = "0.4.0-dev" }
page_table_entry = { path = "../page_table_entry", version = "0.4.0" }

[target.'cfg(any(target_arch = "x86_64", doc))'.dependencies]
x86 = "0.52"
Expand Down

0 comments on commit aba2ca9

Please sign in to comment.