Skip to content

Commit

Permalink
don't publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Dec 25, 2024
1 parent f3dd890 commit 453aea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ web-sys = { version = "0.3.69", features = ["Window", "Performance"] }
[target.'cfg(target_os = "none")'.dependencies]
embedded-hal-bus = { version = "0.2.0", default-features = false }
embedded-io = { version = "0.6.1", default-features = false }
# https://github.com/rust-embedded-community/embedded-sdmmc-rs/issues/168
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs", default-features = false }
esp-hal = { version = "0.22.0", features = ["esp32s3"] }
esp-println = { version = "0.12.0", features = ["esp32s3"] }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# firefly-hal

[ [🐙 github](https://github.com/firefly-zero/firefly-hal) ] [ [📦 crates.io](https://crates.io/crates/firefly-hal) ]

Hardware Abstraction Layer for Firefly Zero device and emulators.

This package is used by firefly-runtime. It provides a `Device` trait and 3 separate implementations for it. The correct implementation is picked automatically based on the build target.

## Installation

```bash
cargo add firefly-hal
Install from git. We use dev version of embedded-sdmmc so the project cannot yet be published to crates.io.

```toml
firefly-hal = { git = "https://github.com/firefly-zero/firefly-hal" }
```

## Development
Expand Down
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ tasks:
cmds:
- test {{.CLI_ARGS}}
- grep -F '"{{.CLI_ARGS}}"' Cargo.toml
- cargo build --release
- cargo publish
# - cargo publish
- git tag {{.CLI_ARGS}}
- git push
- git push --tags
Expand Down

0 comments on commit 453aea6

Please sign in to comment.