diff options
| author | Fuwn <[email protected]> | 2022-03-24 03:10:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:12 -0700 |
| commit | 487aea8b32d5c3cb36e17bcd4b19879cec4a8a02 (patch) | |
| tree | 7a1fc065cd81cb082112aa18d980c37c854478a6 /crates/divina_util | |
| parent | fix(divina_compile): allow unused struct member(unix) (diff) | |
| download | archived-divina-487aea8b32d5c3cb36e17bcd4b19879cec4a8a02.tar.xz archived-divina-487aea8b32d5c3cb36e17bcd4b19879cec4a8a02.zip | |
chore: remove publish lock
Diffstat (limited to 'crates/divina_util')
| -rw-r--r-- | crates/divina_util/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/divina_util/Cargo.toml b/crates/divina_util/Cargo.toml index 88bed22..f02b29a 100644 --- a/crates/divina_util/Cargo.toml +++ b/crates/divina_util/Cargo.toml @@ -10,4 +10,3 @@ repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"] categories = ["development-tools"] -publish = false |