mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
appmgr: fix
This commit is contained in:
committed by
Aiden McClelland
parent
9f9d32e0db
commit
865bb12f31
@@ -6,12 +6,12 @@ const V0_2_8: emver::Version = emver::Version::new(0, 2, 8, 0);
|
|||||||
pub struct Version;
|
pub struct Version;
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl VersionT for Version {
|
impl VersionT for Version {
|
||||||
type Previous = v0_2_8::Version;
|
type Previous = v0_2_7::Version;
|
||||||
fn new() -> Self {
|
fn new() -> Self {
|
||||||
Version
|
Version
|
||||||
}
|
}
|
||||||
fn semver(&self) -> &'static emver::Version {
|
fn semver(&self) -> &'static emver::Version {
|
||||||
&V0_2_4
|
&V0_2_8
|
||||||
}
|
}
|
||||||
async fn up(&self) -> Result<(), Error> {
|
async fn up(&self) -> Result<(), Error> {
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user