Compare commits

..

No commits in common. "dda50e7d2b9ac5c809c508121430ca7d65fa05fc" and "7a2e58b1b90ff2d5391d7f72049691e1e54c8deb" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -19,8 +19,6 @@ 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 = "MIT" license-file = "LICENSE"
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