Skip to content

Commit

Permalink
Bump dirs to "6.0.0" and update docs
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <[email protected]>
  • Loading branch information
FedericoBruzzone committed Jan 19, 2025
1 parent 9481e45 commit 7b5992a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion tdlib-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ serde_with = "3.2"
system-deps = { version = "7", optional = true }
reqwest = { version = "0.12.4", features = ["blocking"], optional = true }
zip = { version = "2.0.0", optional = true }
dirs = "5.0.1"
dirs = "6.0.0"
# dirs = "5.0.1"

[build-dependencies]
tdlib-rs-gen = { path = "../tdlib-rs-gen", version = "1.0.5" }
Expand Down
11 changes: 5 additions & 6 deletions tdlib-rs/src/build.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// The build module is used to build the project using the enabled features.
/// The features are correctly set when exactly one of the following features is enabled:
/// - `local-tdlib`
/// - `pkg-config`
/// - `download-tdlib`
//! The build module is used to build the project using the enabled features.
//! The features are correctly set when exactly one of the following features is enabled:
//! - `local-tdlib`
//! - `pkg-config`
//! - `download-tdlib`
#[allow(dead_code)]
#[cfg(not(any(feature = "docs", feature = "pkg-config")))]
Expand Down Expand Up @@ -451,7 +451,6 @@ pub fn build_local_tdlib() {
/// [dependencies]
/// tdlib = { version = "...", features = ["download-tdlib"] }
///
/// [build-dependencies]
/// tdlib = { version = "...", features = [ "download-tdlib" ] }
/// ```
Expand Down

0 comments on commit 7b5992a

Please sign in to comment.