Skip to content

Commit 44cf664

Browse files
committed
feat(runtime): use provider-backed update checks
1 parent 3996cbe commit 44cf664

3 files changed

Lines changed: 598 additions & 89 deletions

File tree

crates/getter-operations/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pub mod legacy_room;
1414
#[cfg(feature = "lua")]
1515
#[doc(hidden)]
1616
pub mod lua_http_policy;
17-
#[cfg(feature = "lua-provider-host-dev")]
17+
#[cfg(feature = "lua")]
1818
#[doc(hidden)]
19-
pub mod lua_provider_host;
19+
mod lua_provider_host;
2020
#[cfg(feature = "lua")]
2121
#[doc(hidden)]
2222
pub mod lua_runtime_hooks;

0 commit comments

Comments
 (0)