Skip to content

Commit

Permalink
Nushell has now been ported to Eyra. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Oct 31, 2023
1 parent c74f2af commit 509ef34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["/.github", "ci"]
keywords = ["linux"]

[dependencies]
c-gull = { version = "0.15.14", default-features = false, features = ["eyra"] }
c-gull = { version = "0.15.15", default-features = false, features = ["eyra"] }

[dev-dependencies]
assert_cmd = "2.0.12"
Expand All @@ -27,7 +27,7 @@ rand_xorshift = "0.3.0"
ctor = "0.2.0"

# Check if rustup is installed for tests
which = "4.4.0"
which = "5.0.0"

# Test that the core_simd crate works under mustang.
core_simd = { git = "https://github.com/rust-lang/portable-simd" }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ versions. It's complete enough to run:
- [bat](https://github.com/sunfishcode/bat/tree/eyra), including git
support with libgit2
- [cargo-watch](https://github.com/sunfishcode/cargo-watch/tree/eyra)
- [nushell](https://github.com/sunfishcode/nushell/tree/eyra), with a
few workarounds

Eyra isn't about making anything safer, for the foreseeable future. The major
libc implementations are extraordinarily well tested and mature. Eyra for its
Expand Down

0 comments on commit 509ef34

Please sign in to comment.