Fix Tokio Runtime Initialization: Remove Private API Usage and Ensure IO Enabled (#587)

* fix: remove code

* improve code for tokio runtime config

* improve code for main

* fix: add tokio enable_all

* upgrade version

* improve for Cargo.toml
This commit is contained in:
houseme
2025-09-24 22:23:31 +08:00
committed by GitHub
parent 12ecb36c6d
commit 9b7f4d477a
20 changed files with 221 additions and 80 deletions
+2 -4
View File
@@ -12,7 +12,5 @@
// See the License for the specific language governing permissions and
// limitations under the License.
mod user_agent;
pub use user_agent::ServiceType;
pub use user_agent::get_user_agent;
pub(crate) mod envs;
pub(crate) mod user_agent;