mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Set crate version to 4.0.0-alpha1
The next version is gonna be 4.0.0
This commit is contained in:
parent
378dc9123a
commit
aa30b4db4b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -74,7 +74,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fish"
|
||||
version = "0.1.0"
|
||||
version = "4.0.0-alpha1"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cc",
|
||||
|
@ -12,7 +12,7 @@ lto = true
|
||||
|
||||
[package]
|
||||
name = "fish"
|
||||
version = "0.1.0"
|
||||
version = "4.0.0-alpha1"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
default-run = "fish"
|
||||
|
@ -1,2 +1,2 @@
|
||||
#RUN: %fish -v
|
||||
# CHECK: fish, version {{[-.ga-f0-9]*(irty)?}}
|
||||
# CHECK: fish, version {{[-.gabcdeflpha0-9]*(irty)?}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user