Skip to content

Commit

Permalink
Updated versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeantoni committed Sep 30, 2023
1 parent 14863b1 commit 6dfb1b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To use it, include this crate along with prost:

```toml
[dependencies]
prost = "0.11"
prost-wkt = "0.4"
prost-wkt-types = "0.4"
prost = "0.12"
prost-wkt = "0.5"
prost-wkt-types = "0.5"
serde = { version = "1.0", features = ["derive"] }

[build-dependencies]
prost-build = "0.11"
prost-wkt-build = "0.4"
prost-build = "0.12"
prost-wkt-build = "0.5"
```

In your `build.rs`, make sure to add the following options:
Expand Down

0 comments on commit 6dfb1b2

Please sign in to comment.