Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump sqlite-hashes from 0.3.2 to 0.3.3 #64

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
102 changes: 41 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Martin
# Martin111111

[![Book](https://img.shields.io/badge/docs-Book-informational)](https://maplibre.org/martin)
[![docs.rs docs](https://docs.rs/martin/badge.svg)](https://docs.rs/martin)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Install [docker](https://docs.docker.com/get-docker/), [docker-compose](https://

```shell, ignore
# For Ubuntu-based distros
sudo apt install -y docker.io docker-compose libssl-dev
sudo apt install -y docker.io docker-compose libssl-dev build-essential jq pkg-config file
```

Install [Just](https://github.com/casey/just#readme) (improved makefile processor). Note that some Linux and Homebrew distros have outdated versions of Just, so you should install it from source:
Expand Down