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

Commit

Permalink
xtensa-lx rel prep
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Feb 21, 2024
1 parent 1a028a9 commit 293814d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: check (no features)
run: cd xtensa-lx/ && cargo build
- name: check (all features)
run: cd xtensa-lx/ && cargo build --features=float-save-restore,spin
run: cd xtensa-lx/ && cargo build --features=spin

# xtensa-lx-rt:
# runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions xtensa-lx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtensa-lx"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
description = "Low-level access for Xtensa LX processors and peripherals"
repository = "https://github.com/esp-rs/xtensa-lx"
Expand All @@ -20,5 +20,4 @@ mutex-trait = "0.2.0"
spin = { version = "0.9.8", optional = true }

[features]
float-save-restore = []
spin = ["dep:spin"]

0 comments on commit 293814d

Please sign in to comment.