Skip to content

Commit

Permalink
Pull request 149: Fix for publish
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit e211e69
Author: Sergey Fionov <[email protected]>
Date:   Thu Feb 6 14:28:59 2025 +0200

    Fix for publish
  • Loading branch information
sfionov committed Feb 6, 2025
1 parent 24cef5d commit 42eebce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adguard-flm-ffi"
version = "1.2.5"
version = "1.3.1"
edition = "2021"
homepage.workspace = true
license-file.workspace = true
Expand All @@ -12,7 +12,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
name = "filter_list_manager_ffi"

[dependencies]
adguard-flm = { path = "../filter-list-manager", version = ">=1.1.0", default-features = false }
adguard-flm = { path = "../filter-list-manager", version = ">=1.3.0", default-features = false }
thiserror.workspace = true
uniffi.workspace = true
protobuf = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/filter-list-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adguard-flm"
version = "1.2.2"
version = "1.3.1"
edition = "2021"
resolver = "2"
homepage.workspace = true
Expand Down

0 comments on commit 42eebce

Please sign in to comment.