Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Apr 26, 2023
1 parent 566c72f commit b7c75dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aarch64"
version = "0.0.9"
version = "0.0.10"
authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>"]

homepage = "https://github.com/hermitcore/rust-aarch64"
Expand All @@ -15,4 +15,4 @@ exclude = ["/.gitlab-ci.yml", ".gitignore", ".gitattributes", "/.github/*"]

[dependencies]
aarch64-cpu = { version = "9.3" }
tock-registers = { version = "0.8.x", default-features = false }
tock-registers = { version = "0.8.x", default-features = false }

0 comments on commit b7c75dd

Please sign in to comment.