mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 23:56:53 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user