notify when base and fx are available

This commit is contained in:
Folkert 2021-01-31 15:55:30 +01:00
parent 5a3a3a8310
commit 6f394aef08
2 changed files with 28 additions and 53 deletions

View file

@ -35,7 +35,6 @@ pub enum VersionComparison {
pub enum PackageOrPath<'a> {
Package(PackageName<'a>, Version<'a>),
Path(StrLiteral<'a>),
PlatformEffectModule(Effects<'a>),
}
#[derive(Clone, PartialEq, Eq, Debug, Hash)]