Skip to content

Commit

Permalink
wip(fix): build
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu-J committed Dec 19, 2023
1 parent 89a8bd2 commit 786370f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/startos/src/version/v0_3_5_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use async_trait::async_trait;
use emver::VersionRange;
use sqlx::PgPool;

use super::v0_3_4::V0_3_0_COMPAT;
use super::{v0_3_5, VersionT};
use super::VersionT;
use super::{v0_3_4::V0_3_0_COMPAT, v0_3_5_1};
use crate::prelude::*;

const V0_3_5_2: emver::Version = emver::Version::new(0, 3, 5, 2);
Expand Down

0 comments on commit 786370f

Please sign in to comment.