diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-16 16:28:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 16:28:54 -0700 |
| commit | a964c27db2a359233bad200a64696b663eca4be5 (patch) | |
| tree | 9370c6f7b541b79d7183dd754a9d6a863f51c1e2 /crates/atuin-daemon/Cargo.toml | |
| parent | feat: Allow headless account ops against Hub server (#3280) (diff) | |
| parent | vendor nucleo fork into atuin workspace (diff) | |
| download | atuin-a964c27db2a359233bad200a64696b663eca4be5.zip | |
chore: vendor nucleo-ext + fork, so we can depend on our changes properly (#3284)
We cannot publish to crates.io without specifying a version, and we
cannot do that without properly forking nucleo. We're shipping
atuin-nucleo, but will likely drop this if we can get our changes
upstream. This is highlighted in the README + manifest, and the original
author is still included.
Originally forked here: https://github.com/atuinsh/nucleo-ext
cc @BinaryMuse - this should just be a vendor + restructure, but would
appreciate the sanity check
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to 'crates/atuin-daemon/Cargo.toml')
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index 1226a14c..dd92df8b 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,10 +14,10 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-client = { path = "../atuin-client" } -atuin-common = { path = "../atuin-common" } -atuin-dotfiles = { path = "../atuin-dotfiles" } -atuin-history = { path = "../atuin-history" } +atuin-client = { path = "../atuin-client", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.2" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.2" } +atuin-history = { path = "../atuin-history", version = "18.13.2" } time = { workspace = true } uuid = { workspace = true } @@ -38,7 +38,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] } hyper-util = "0.1" rand.workspace = true -nucleo = { git = "https://github.com/atuinsh/nucleo-ext.git", rev="74bd786" } +atuin-nucleo = { workspace = true } [target.'cfg(target_os = "linux")'.dependencies] @@ -46,7 +46,6 @@ listenfd = "1.0.1" [dev-dependencies] tempfile = { workspace = true } -atuin-common = { path = "../atuin-common", version = "18.13.2" } [build-dependencies] protox = "0.9" |
