Skip to content

Commit

Permalink
Fix serde version in examples (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnet authored and LucioFranco committed Oct 1, 2019
1 parent 6fe8957 commit 02d14da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonic-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ http = "0.1"
tower = "0.3.0-alpha.1a"

# Required for routeguide
serde = { version = "0.1", features = ["derive"] }
serde_json = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[build-dependencies]
tonic-build = { path = "../tonic-build" }

0 comments on commit 02d14da

Please sign in to comment.