Skip to content

Commit

Permalink
fix(docs): update stac version in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 11, 2024
1 parent afe7b50 commit 0c9b3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stac-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Asynchronous I/O for the [SpatioTemporal Asset Catalog (STAC)](https://stacspec.

```toml
[dependencies]
stac = "0.5"
stac = "0.6"
stac-async = "0.4"
```

Expand Down
2 changes: 1 addition & 1 deletion stac-validate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use the library in your project:

```toml
[dependencies]
stac = "0.5"
stac = "0.6"
stac-validate = "0.1"
```

Expand Down

0 comments on commit 0c9b3f4

Please sign in to comment.