steamlocate-rs will eventually fail to compile #82
Labels
No labels
ci
crate/dtmm
crate/dtmt
crate/sdk
crate/serde_sjson
kind
bug
kind
documentation
kind
enhancement
kind
feature
kind
question
kind
upstream
part/bundle
part/filetype
stage
actionable
stage
design
stage
proposal
status/duplicate
status/good first issue
status/help wanted
status/invalid
status
need-replicate
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bitsquid_dt/dtmt#82
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
steamlocate-rs
transitively includes a very old version ofnom
, which triggers a compiler warning:So it seems like I will have to vendor that crate and the serde plugin it uses to fix this.
The future incompatibilities report:
A second report for a different
nom
version is now coming as well. Will have to investigate where that version is used.Fixed in #121.