downgrade remaining version strings to 1.0.0-alpha.0 (#1488)
This commit is contained in:
parent
436ce00fc2
commit
41833340c1
|
@ -4025,7 +4025,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zebrad"
|
name = "zebrad"
|
||||||
version = "3.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"abscissa_core",
|
"abscissa_core",
|
||||||
"atty",
|
"atty",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "zebrad"
|
name = "zebrad"
|
||||||
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "3.0.0-alpha.0"
|
version = "1.0.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ZcashFoundation/zebra"
|
repository = "https://github.com/ZcashFoundation/zebra"
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ impl<A: abscissa_core::Application> Component<A> for Tracing {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn version(&self) -> abscissa_core::Version {
|
fn version(&self) -> abscissa_core::Version {
|
||||||
abscissa_core::Version::parse("3.0.0-alpha.0").unwrap()
|
abscissa_core::Version::parse("1.0.0-alpha.0").unwrap()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn before_shutdown(&self, _kind: Shutdown) -> Result<(), FrameworkError> {
|
fn before_shutdown(&self, _kind: Shutdown) -> Result<(), FrameworkError> {
|
||||||
|
|
Loading…
Reference in New Issue