Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
crate: prepare for version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luojia65 committed Oct 6, 2022
1 parent 0607938 commit d30ab8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbi-rt"
version = "0.0.0"
version = "0.0.1"
edition = "2021"
description = "Runtime library for supervisors to call RISC-V Supervisor Binary Interface (RISC-V SBI)"
categories = ["os", "embedded", "hardware-support", "no-std"]
Expand All @@ -9,7 +9,6 @@ authors = [
"YdrMaster <ydrmaster@hotmail.com>",
"Luo Jia <me@luojia.cc>",
]
repository = "https://github.com/rust
repository = "https://github.com/rustsbi/sbi-rt"
documentation = "https://docs.rs/sbi-rt"
license = "MulanPSL-2.0 OR MIT"
Expand All @@ -22,4 +21,4 @@ targets = [
]

[dependencies]
sbi-spec = { git = "https://github.com/rustsbi/sbi-spec.git", branch = "dev" }
sbi-spec = "0.0.3"

0 comments on commit d30ab8c

Please sign in to comment.