Skip to content

Commit 27e33ce

Browse files
committed
release v0.23.0-rc.2
- fix docs.rs targets.
1 parent 51655f9 commit 27e33ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ members = [".", "macros", "examples/lang/js_web_api"]
4747
[package]
4848
name = "devela"
4949
description = "A development layer."
50-
version = "0.23.0-rc.1" # In sync with DOCS/CHANGELOG.md
50+
version = "0.23.0-rc.2" # In sync with DOCS/CHANGELOG.md
5151
rust-version = "1.85.0" # In sync with README.md & .github/workflows/check.yml
5252
edition = "2024"
5353
authors = ["José Luis Cruz <joseluis@andamira.net>"]
@@ -973,7 +973,7 @@ default-target = "x86_64-unknown-linux-gnu"
973973
targets = [ ## +std:
974974
"x86_64-apple-darwin", "x86_64-pc-windows-msvc",
975975
"armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu",
976-
"riscv32imac-unknown-none-el", "riscv64gc-unknown-linux-gnu",
976+
"riscv32gc-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu",
977977
# "wasm32-wasip1",
978978
## no_std:
979979
# "i686-unknown-uefi", "x86_64-unknown-none",

0 commit comments

Comments
 (0)