Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <federico.bruzzone.i@gmail.com>
  • Loading branch information
FedericoBruzzone committed May 26, 2024
1 parent 940276e commit 3da4e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Publish to crates.io
run: |
cargo login ${{ secrets.CRATES_IO_TOKEN }}
cargo publish --package tdlib-rs-gen --manifest-path tdlib-rs-gen/Cargo.toml
cargo publish --package tdlib-rs-parser --manifest-path tdlib-rs-parser/Cargo.toml
cargo publish --package tdlib-rs --manifest-path tdlib-rs/Cargo.toml
cargo publish --package tdlib-rs-parser
cargo publish --package tdlib-rs-gen
cargo publish --package tdlib-rs
1 change: 1 addition & 0 deletions tdlib-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repository = "https://github.com/FedericoBruzzone/tdlib-rs"
documentation = "https://docs.rs/tdlib-rs"
keywords = ["telegram", "tdlib", "tdjson", "tdlib-rs", "telegram-api"]
description = "Rust wrapper around the Telegram Database Library."
readme = "README.md"

[package.metadata.docs.rs]
features = ["docs", "bots-only-api"]
Expand Down

0 comments on commit 3da4e6e

Please sign in to comment.