1 parent d3664ae commit f7bfa81Copy full SHA for f7bfa81
1 file changed
src/hyperlight_host/src/sandbox/initialized_multi_use.rs
@@ -1081,7 +1081,7 @@ impl MultiUseSandbox {
1081
/// # Ok(())
1082
/// # }
1083
/// ```
1084
- #[deprecated(since = "0.16.0", note = "use status().is_poisoned()")]
+ #[deprecated(since = "0.17.0", note = "use status().is_poisoned()")]
1085
pub fn poisoned(&self) -> bool {
1086
self.status.is_poisoned()
1087
}
0 commit comments