-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Directory::get_approx_byte_size and bump MSRV (#29)
For cache eviction purposes, it is important to know the size of the directory objects. Also, I ran `cargo msrv` to figure out the minimal one.
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "pmtiles" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
edition = "2021" | ||
authors = ["Luke Seelenbinder <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Implementation of the PMTiles v3 spec with multiple sync and async backends." | ||
repository = "https://github.com/stadiamaps/pmtiles-rs" | ||
keywords = ["pmtiles", "gis", "geo"] | ||
rust-version = "1.61.0" | ||
rust-version = "1.68.2" | ||
categories = ["science::geo"] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters