Fix builds with Rust 1.79 (#3487)

* use underscore in taskchampion-lib name

* update to corrosion 0.5.0
This commit is contained in:
Dustin J. Mitchell
2024-06-17 04:15:20 -04:00
committed by GitHub
parent 161463deec
commit 82e645b929
3 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -5,6 +5,7 @@ edition = "2021"
publish = false
[lib]
name = "taskchampion_lib"
crate-type = ["staticlib", "rlib"]
[dependencies]