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

bump serde dependency to 1.0.107 #123

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

Fabian-Gruenbichler
Copy link
Contributor

as older versions can't compile cargo_metadata because of serde-rs/serde#1804

as older versions can't compile cargo_metadata because of serde-rs/serde#1804
@oli-obk oli-obk merged commit 64ee6d1 into oli-obk:master Jul 30, 2020
@oli-obk
Copy link
Owner

oli-obk commented Jul 30, 2020

Thanks!

linabutler added a commit to mozilla/uniffi-rs that referenced this pull request Aug 25, 2020
When building in Gecko, `cargo_metadata` panics in a macro. This is
fixed in oli-obk/cargo_metadata#123 (and in Serde upstream), but
pulling `uniffi` in as a path dependency in Gecko, and depending on
`cargo_metadata` as a Git dependency, confuses Cargo. It doesn't
update the vendored versions of Serde or other dependencies, then
fails to build complaining it can't satisfy the newer versions that
`uniffi` requests.

In the interest of getting a demo working, I've just commented out
the dependencies for now, and downgraded the other versions to match
what's already vendored in m-c.
linabutler added a commit to mozilla/uniffi-rs that referenced this pull request Aug 26, 2020
When building in Gecko, `cargo_metadata` panics in a macro. This is
fixed in oli-obk/cargo_metadata#123 (and in Serde upstream), but
pulling `uniffi` in as a path dependency in Gecko, and depending on
`cargo_metadata` as a Git dependency, confuses Cargo. It doesn't
update the vendored versions of Serde or other dependencies, then
fails to build complaining it can't satisfy the newer versions that
`uniffi` requests.

In the interest of getting a demo working, I've just commented out
the dependencies for now, and downgraded the other versions to match
what's already vendored in m-c.
linabutler added a commit to mozilla/uniffi-rs that referenced this pull request Aug 27, 2020
When building in Gecko, `cargo_metadata` panics in a macro. This is
fixed in oli-obk/cargo_metadata#123 (and in Serde upstream), but
pulling `uniffi` in as a path dependency in Gecko, and depending on
`cargo_metadata` as a Git dependency, confuses Cargo. It doesn't
update the vendored versions of Serde or other dependencies, then
fails to build complaining it can't satisfy the newer versions that
`uniffi` requests.

In the interest of getting a demo working, I've just commented out
the dependencies for now, and downgraded the other versions to match
what's already vendored in m-c.
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