From 345a3d67392019d3563058d5ed0ec32751dc624e Mon Sep 17 00:00:00 2001 From: 4t145 Date: Wed, 23 Oct 2024 14:10:20 +0800 Subject: [PATCH] set publish to true --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5202325f8..1f64b0cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ repository = "https://github.com/ideal-world/bios" license = "Apache-2.0" edition = "2021" readme = "README.md" -publish = false +publish = true [profile.release] lto = true