mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-25 19:09:22 +02:00
feat: update to dagger-5.1
This commit is contained in:
@@ -89,6 +89,7 @@ impl InnerCliSession {
|
||||
while let Ok(Some(line)) = stdout_bufr.next_line().await {
|
||||
if let Ok(conn) = serde_json::from_str::<ConnectParams>(&line) {
|
||||
sender.send(conn).await.unwrap();
|
||||
continue;
|
||||
}
|
||||
|
||||
if let Some(logger) = &logger {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
pub const DAGGER_ENGINE_VERSION: &'static str = "0.4.2";
|
||||
pub const DAGGER_ENGINE_VERSION: &'static str = "0.5.1";
|
||||
|
||||
pub mod cli_session;
|
||||
pub mod config;
|
||||
|
Reference in New Issue
Block a user