Giter Site home page Giter Site logo

Comments (2)

aidanhs avatar aidanhs commented on May 9, 2024

See the breakage like so:

$ cargo new test
$ cd test/
$ echo 'serde_json = "0.6"' >> Cargo.toml
$ cargo build
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling libc v0.2.7
   Compiling serde v0.7.0
   Compiling rustc-serialize v0.3.18
   Compiling rand v0.3.14
   Compiling num v0.1.31
   Compiling serde_json v0.6.0
/home/aidanhs/.multirust/toolchains/1.6.0/cargo/registry/src/github.com-88ac128001ac3a9a/serde_json-0.6.0/src/de.rs:530:5: 534:6 error: method `visit` is not a member of 
trait `de::Deserializer` [E0407]
/home/aidanhs/.multirust/toolchains/1.6.0/cargo/registry/src/github.com-88ac128001ac3a9a/serde_json-0.6.0/src/de.rs:530     fn visit<V>(&mut self, visitor: V) -> Result<V
::Value>
[...many many errors...]

from json.

aidanhs avatar aidanhs commented on May 9, 2024
<aidanhs> hi, assuming you're the author of serde_json, just wanted to ping on https://github.com/serde-rs/json/issues/46 - I suspect it breaks a fair number of crates
<erickt> ack thanks
<erickt> aidanhs thanks! pushed up a fixed crate

from json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.