Compare commits

..

2 Commits

Author SHA1 Message Date
dda50e7d2b
fix build on publish
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-29 13:31:23 +03:00
693f349ae3
fix license 2023-03-29 13:30:57 +03:00
2 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,8 @@ steps:
- name: push - name: push
image: rust:1-alpine image: rust:1-alpine
commands: commands:
- apk add --no-cache musl-dev
- cargo build -p chgk_ledb_lib
- cargo publish --registry gitea -p chgk_ledb_lib - cargo publish --registry gitea -p chgk_ledb_lib
environment: environment:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

View File

@ -4,7 +4,7 @@ version = "1.1.0"
authors = ["Dmitry <b4tm4n@mail.ru>"] authors = ["Dmitry <b4tm4n@mail.ru>"]
edition = "2021" edition = "2021"
repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb" repository = "https://gitea.b4tman.ru/b4tman/chgk_ledb"
license-file = "LICENSE" license = "MIT"
description = "Библиотека для доступа к файлу базы данных вопросов ЧГК" description = "Библиотека для доступа к файлу базы данных вопросов ЧГК"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html