mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Fix builds with Rust 1.79 (#3487)
* use underscore in taskchampion-lib name * update to corrosion 0.5.0
This commit is contained in:
parent
161463deec
commit
82e645b929
3 changed files with 3 additions and 2 deletions
|
@ -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 +1 @@
|
|||
Subproject commit 8ddd6d56ca597cb855f532e9ba4c7bc1cbe0803b
|
||||
Subproject commit 64289b1d79d6d19cd2e241db515381a086bb8407
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "taskchampion_lib"
|
||||
crate-type = ["staticlib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue