Skip to content

Commit

Permalink
Update dependenies
Browse files Browse the repository at this point in the history
Between toml:0.5.6 and toml:0.5.7 a parse error message changed from

    config parsing failed: invalid number at line 2 column 15

to

    config parsing failed: invalid TOML value, did you mean to use a quoted string? at line 2 column 15

causing test_invalid_toml_from_string to fail on fresh builds. Update
all dependencies and adjust this test accordingly.

But because of a new lock file format in Rust 1.38 [1], "Cargo update"
now produces a lock file that Cargo from Rust 1.36 can't read, causing
build pinned-linux with MSRV 1.36 to fail. Fortunately cargo-lock [2]
can forge a "v1" format from the new file.

[1] rust-lang/cargo#7579
[2] https://github.com/rustsec/cargo-lock
  • Loading branch information
commonquail committed Dec 17, 2020
1 parent a5eb6da commit 1a18345
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 210 deletions.
Loading

0 comments on commit 1a18345

Please sign in to comment.