Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nushell has now been ported to Eyra. #19

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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