Skip to content

Commit

Permalink
dependencies: downgrade serde from 1.0.143 to 1.0.142
Browse files Browse the repository at this point in the history
The serde 1.0.143 crate does not build on this project's current
MSRV (rustc 1.48), so it's reverted to the previous version.

See <serde-rs/serde#2255> for the
corresponding upstream issue.
  • Loading branch information
striezel committed Aug 9, 2022
1 parent 88393e3 commit e14c6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Dependency updates:
* update quote to 1.0.21
* update redox_syscall to 0.2.16
* update ryu to 1.0.11
* update serde to 1.0.143
* update serde to 1.0.142
* update serde_json to 1.0.83
* update syn to 1.0.99
* update tracing to 0.1.36
Expand Down

0 comments on commit e14c6db

Please sign in to comment.