diff --git a/stac-async/README.md b/stac-async/README.md index 1a3143eb..29aa2760 100644 --- a/stac-async/README.md +++ b/stac-async/README.md @@ -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" ``` diff --git a/stac-validate/README.md b/stac-validate/README.md index 1de1ca61..d7d1d20c 100644 --- a/stac-validate/README.md +++ b/stac-validate/README.md @@ -14,7 +14,7 @@ To use the library in your project: ```toml [dependencies] -stac = "0.5" +stac = "0.6" stac-validate = "0.1" ```