Skip to content

Commit

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

* update to corrosion 0.5.0
  • Loading branch information
djmitche committed Jun 17, 2024
1 parent 161463d commit 82e645b
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 @@ -27,4 +27,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 src/tc/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
publish = false

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

[dependencies]
Expand Down

0 comments on commit 82e645b

Please sign in to comment.