You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: cannot find derive macro `Serialize` in this scope
Error: --> src/termset_pairwise_similarity.rs:7:33
|
7 | #[derive(Debug, Clone, Default, Serialize, Deserialize)]
| ^^^^^^^^^
|
note: `Serialize` is imported here, but it is only a trait, without a derive macro
--> src/termset_pairwise_similarity.rs:4:26
|
4 | use serde::{Deserialize, Serialize};
| ^^^^^^^^^
error: cannot find derive macro `Deserialize` in this scope
Error: --> src/termset_pairwise_similarity.rs:7:44
|
7 | #[derive(Debug, Clone, Default, Serialize, Deserialize)]
| ^^^^^^^^^^^
|
note: `Deserialize` is imported here, but it is only a trait, without a derive macro
--> src/termset_pairwise_similarity.rs:4:13
|
4 | use serde::{Deserialize, Serialize};
| ^^^^^^^^^^^
error: could not compile `semsimian` (lib) due to 2 previous errors
Error: error: failed to verify package tarball
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
The text was updated successfully, but these errors were encountered:
Publishing the crate for the 0.2.11 release failed due to compile-time errors.
The PyPI release went fine.
See https://github.com/monarch-initiative/semsimian/actions/runs/7035367971/job/19145570587
The errors:
The text was updated successfully, but these errors were encountered: