Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 5, 2023
1 parent 6697bf6 commit 8a68cda
Show file tree
Hide file tree
Showing 128 changed files with 2,107 additions and 3,895 deletions.
48 changes: 48 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ postgres = { version = "0.19", features = ["with-time-0_3", "with-uuid-1", "with
postgres-protocol = "0.6"
pretty_assertions = "1"
regex = "1"
rstest = "0.18"
rustls = { version = "0.21", features = ["dangerous_configuration"] }
rustls-native-certs = "0.6"
rustls-pemfile = "1"
Expand Down
1 change: 1 addition & 0 deletions martin-mbtiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ctor.workspace = true
env_logger.workspace = true
insta.workspace = true
pretty_assertions.workspace = true
rstest.workspace = true

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 1 addition & 1 deletion martin-mbtiles/src/mbtiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub const AGG_TILES_HASH: &str = "agg_tiles_hash";
/// describing the eventual AGG_TILES_HASH value once the diff is applied
pub const AGG_TILES_HASH_IN_DIFF: &str = "agg_tiles_hash_after_apply";

#[derive(Debug, Clone, Copy, PartialEq, Eq, EnumDisplay)]
#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, EnumDisplay)]
#[enum_display(case = "Kebab")]
#[cfg_attr(feature = "cli", derive(ValueEnum))]
pub enum MbtType {
Expand Down
Loading

0 comments on commit 8a68cda

Please sign in to comment.