Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some small fixes to bugs in the compression module from recent PRs #35

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

tess-eract
Copy link
Contributor

No description provided.

@@ -15,7 +15,7 @@ ark-serialize.workspace = true
ark-poly.workspace = true
ark-poly-commit = { workspace = true, optional = true }

ark-spartan = { path = "../spartan", optional = true }
ark_spartan = { path = "../spartan", package = "ark-spartan", optional = true }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is awkward, but otherwise I was getting "no such package" errors trying to use ark_spartan

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I was wondering about that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i'm super confused why it wasn't working - maybe the automatic translation from dashes to underscores is something that only works for crates.io packages?

@tess-eract tess-eract merged commit 69e1365 into main Jan 11, 2024
4 checks passed
@tess-eract tess-eract deleted the dorebell-spartan-cargo-fix branch January 11, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants