Skip to content

Commit 48e2843

Browse files
committed
fixed relaease all action
bumped backend crate version
1 parent 6080b9c commit 48e2843

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
crate: [git_function_history, git-function-history-gui, cargo-function-history, function_history_backend_thread, git_function_history_proc-macro]
15+
crate: [git_function_history, git-function-history-gui, cargo-function-history, function_history_backend_thread, git_function_history-proc-macro]
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v4

cargo-function-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ eyre = "0.6.8"
2424
dirs = "5.0.1"
2525
simple_file_logger = "0.3.1"
2626
log = "0.4.20"
27-
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.0", default-features = false}
27+
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}
2828
tui-input = "0.8.0"

function_history_backend_thread/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "function_history_backend_thread"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/mendelsshop/git_function_history/tree/main/function_history_backend_thread"

git-function-history-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parallel = ["git_function_history/parallel", "function_history_backend_thread/pa
1919
[dependencies]
2020
eframe = {version = "0.22.0"}
2121
git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false}
22-
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.0", default-features = false}
22+
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}
2323
simple_file_logger = "0.3.1"
2424
log = "0.4.20"
2525
image = "0.24.7"

0 commit comments

Comments
 (0)