File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,7 @@ derivative = "2.2.0"
4343async-lock = " 3.4.0"
4444hex = " 0.4.3"
4545pythonize = " 0.23.0"
46- # TODO: Switch to a stable tag of mistralrs after a new release is tagged.
47- mistralrs = { git = " https://github.com/EricLBuehler/mistral.rs.git" , features = [
48- " metal" ,
49- ] }
5046schemars = " 0.8.22"
5147openssl = { version = " 0.10.71" , features = [" vendored" ] }
5248console-subscriber = " 0.4.1"
49+ env_logger = " 0.11.7"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ impl LibContext {
5050
5151pub fn create_lib_context ( settings : settings:: Settings ) -> Result < LibContext > {
5252 console_subscriber:: init ( ) ;
53+ env_logger:: init ( ) ;
5354
5455 let runtime = Runtime :: new ( ) ?;
5556 let ( pool, all_css) = runtime. block_on ( async {
You can’t perform that action at this time.
0 commit comments