Skip to content

Commit

Permalink
Updated README for v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeantoni committed Jan 10, 2023
1 parent 373f315 commit 0e5a8d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ To use it, include this crate along with prost:
```toml
[dependencies]
prost = "0.11"
prost-wkt = "0.3"
prost-wkt-types = "0.3"
prost-wkt = "0.4"
prost-wkt-types = "0.4"
serde = { version = "1.0", features = ["derive"] }

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

In your `build.rs`, make sure to add the following options:
Expand Down Expand Up @@ -300,4 +300,4 @@ Please see `wkt-types/README.md` for more info.

See [LICENSE](LICENSE) for details.

Copyright 2020 Ferdinand de Antoni
Copyright 2023 Ferdinand de Antoni

0 comments on commit 0e5a8d7

Please sign in to comment.