Fix builds with Rust 1.79 (#3487)
* use underscore in taskchampion-lib name * update to corrosion 0.5.0
This commit is contained in:
committed by
GitHub
parent
161463deec
commit
82e645b929
@@ -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)
|
||||
|
||||
Submodule src/tc/corrosion updated: 8ddd6d56ca...64289b1d79
@@ -5,6 +5,7 @@ edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "taskchampion_lib"
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user