fix(ccc): remove debug-assertions in release (#441)

This commit is contained in:
HAOYUatHZ 2023-08-04 16:26:15 +08:00 committed by GitHub
parent 6b20ce624f
commit 86c7cbe020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,7 @@ import (
const (
VersionMajor = 4 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 20 // Patch version component of the current release
VersionPatch = 21 // Patch version component of the current release
VersionMeta = "sepolia" // Version metadata to append to the version string
)

View file

@ -36,4 +36,3 @@ debug-assertions = true
[profile.release]
opt-level = 3
debug-assertions = true