updated all deps
migrated away from paste and async-std
This commit is contained in:
@@ -25,7 +25,7 @@ impl SystemCtor for StdSystem {
|
||||
type Instance = Self;
|
||||
const NAME: &'static str = "orchid::std";
|
||||
const VERSION: f64 = 0.00_01;
|
||||
fn inst() -> Option<Self::Instance> { Some(Self) }
|
||||
fn inst(_: ()) -> Self::Instance { Self }
|
||||
}
|
||||
impl SystemCard for StdSystem {
|
||||
type Ctor = Self;
|
||||
|
||||
Reference in New Issue
Block a user