Skip to content

Commit

Permalink
rename patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 8, 2023
1 parent 81d7b5e commit 11e11b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions martin-mbtiles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub use pool::MbtilesPool;
mod copier;
pub use copier::{CopyDuplicateMode, MbtilesCopier};

mod applier;
pub use applier::apply_diff;
mod patcher;
pub use patcher::apply_diff;

mod queries;
pub use queries::{
Expand Down
File renamed without changes.

0 comments on commit 11e11b8

Please sign in to comment.