fix: fetch llm tool no longer depends on system libssl.so (#1404)
This commit is contained in:
@@ -7,7 +7,7 @@ struct State<'a> {
|
||||
environment: Mutex<Option<Environment<'a>>>,
|
||||
}
|
||||
|
||||
impl<'a> State<'a> {
|
||||
impl State<'_> {
|
||||
fn new() -> Self {
|
||||
State {
|
||||
environment: Mutex::new(None),
|
||||
|
||||
Reference in New Issue
Block a user