Skip to content

Commit

Permalink
Fix builds with Rust 1.79 (GothenburgBitFactory#3487)
Browse files Browse the repository at this point in the history
* use underscore in taskchampion-lib name

* update to corrosion 0.5.0

(cherry picked from commit 82e645b)
  • Loading branch information
djmitche authored and direc85 committed Jul 12, 2024
1 parent 065b45b commit 7222e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ set (tc_SRCS
Task.cpp Task.h)

add_library (tc STATIC ${tc_SRCS})
target_link_libraries(tc taskchampion-lib)
target_link_libraries(tc taskchampion_lib)
1 change: 1 addition & 0 deletions taskchampion/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"

[lib]
name = "taskchampion_lib"
crate-type = ["staticlib", "rlib"]

[dependencies]
Expand Down

0 comments on commit 7222e58

Please sign in to comment.