From 42eebcee952d7f70489c8d77d0e8f90f2b253de2 Mon Sep 17 00:00:00 2001 From: Sergey Fionov Date: Thu, 6 Feb 2025 15:39:27 +0300 Subject: [PATCH] Pull request 149: Fix for publish Squashed commit of the following: commit e211e6987653ec1239adb865c0c24f552ddd36c5 Author: Sergey Fionov Date: Thu Feb 6 14:28:59 2025 +0200 Fix for publish --- crates/ffi/Cargo.toml | 4 ++-- crates/filter-list-manager/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/ffi/Cargo.toml b/crates/ffi/Cargo.toml index 376dbad..198a11c 100644 --- a/crates/ffi/Cargo.toml +++ b/crates/ffi/Cargo.toml @@ -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 @@ -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" diff --git a/crates/filter-list-manager/Cargo.toml b/crates/filter-list-manager/Cargo.toml index bf696de..0fe3f03 100644 --- a/crates/filter-list-manager/Cargo.toml +++ b/crates/filter-list-manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adguard-flm" -version = "1.2.2" +version = "1.3.1" edition = "2021" resolver = "2" homepage.workspace = true