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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)

@ -1 +1 @@
Subproject commit 8ddd6d56ca597cb855f532e9ba4c7bc1cbe0803b
Subproject commit 64289b1d79d6d19cd2e241db515381a086bb8407

View file

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