From 88a6d31399bd14da6574471a8df4423e63ef340f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 14 Sep 2023 22:00:34 +0200 Subject: refactor!: remove blocking DI container prelude module BREAKING CHANGE: The blocking DI container prelude module have been removed as it is no longer necessary seeing as the blocking DI container interface have been removed --- examples/with-3rd-party/bootstrap.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/with-3rd-party') diff --git a/examples/with-3rd-party/bootstrap.rs b/examples/with-3rd-party/bootstrap.rs index 9a55eb1..4fea754 100644 --- a/examples/with-3rd-party/bootstrap.rs +++ b/examples/with-3rd-party/bootstrap.rs @@ -1,9 +1,8 @@ use std::error::Error; use std::rc::Rc; -use syrette::declare_default_factory; -use syrette::di_container::blocking::prelude::*; use syrette::ptr::TransientPtr; +use syrette::{declare_default_factory, DIContainer}; use third_party_lib::Shuriken; use crate::interfaces::ninja::INinja; -- cgit v1.2.3-18-g5258