This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-27 10:53:57 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0f083d117
nushell
/
crates
/
nu-cli
/
build.rs
4 lines
62 B
Rust
Raw
Normal View
History
Unescape
Escape
enhanced version command with more info (#2773)
2020-12-01 20:57:49 +01:00
fn
main
(
)
->
shadow_rs
::
SdResult
<
(
)
>
{
update to shadow-rs 0.5. make use easy (#2793) * update to shadow-rs 0.4. use easy * update shadow-rs to 0.5 * fix version not used * update * update Cargo.lock * update Cargo.lock * fix wasm build error when use dependence git2 fix error link:https://dev.azure.com/nushell/nushell/_build/results?buildId=4858&view=logs&j=1a745d4c-b027-5f34-06d8-d6f256bfe9f9&t=a0a335cb-fa1f-5bbf-be01-1a90d6899e54
2020-12-23 17:56:05 +01:00
shadow_rs
::
new
(
)
Only have commit hash in version if git doesn't error (#2336) * Add commit to version command * Replace unwrap with expect. * Only have commit hash if git doesn't error Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-08-12 20:51:12 +02:00
}
Reference in New Issue
Copy Permalink