Skip to content

Commit

Permalink
Update docs for RISC-V target; Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evian-Zhang committed Aug 7, 2024
1 parent c87d9fd commit c171346
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "static-keys"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Evian-Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Currently CI-tested platforms:
* `x86_64-unknown-linux-musl`
* `i686-unknown-linux-gnu`
* `aarch64-unknown-linux-gnu`
* `riscv64gc-unknown-linux-gnu`
* macOS

* `aarch64-apple-darwin`
Expand Down Expand Up @@ -94,7 +95,7 @@ First, add this crate to your `Cargo.toml`:

```toml
[dependencies]
static-keys = "0.3"
static-keys = "0.4"
```

At the beginning of `main` function, you should invoke [`static_keys::global_init`](https://docs.rs/static-keys/latest/static_keys/fn.global_init.html) to initialize.
Expand Down
3 changes: 2 additions & 1 deletion docs/en/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Currently CI-tested platforms:
* `x86_64-unknown-linux-musl`
* `i686-unknown-linux-gnu`
* `aarch64-unknown-linux-gnu`
* `riscv64gc-unknown-linux-gnu`
* macOS

* `aarch64-apple-darwin`
Expand Down Expand Up @@ -94,7 +95,7 @@ First, add this crate to your `Cargo.toml`:

```toml
[dependencies]
static-keys = "0.3"
static-keys = "0.4"
```

At the beginning of `main` function, you should invoke [`static_keys::global_init`](https://docs.rs/static-keys/latest/static_keys/fn.global_init.html) to initialize.
Expand Down
3 changes: 2 additions & 1 deletion docs/zh-Hans/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* `x86_64-unknown-linux-musl`
* `i686-unknown-linux-gnu`
* `aarch64-unknown-linux-gnu`
* `riscv64gc-unknown-linux-gnu`
* macOS

* `aarch64-apple-darwin`
Expand Down Expand Up @@ -94,7 +95,7 @@ do_something:

```toml
[dependencies]
static-keys = "0.3"
static-keys = "0.4"
```

`main`函数开头,需要调用[`static_keys::global_init`](https://docs.rs/static-keys/latest/static_keys/fn.global_init.html)进行初始化。
Expand Down

0 comments on commit c171346

Please sign in to comment.