Skip to content

Commit

Permalink
change database driver and rework error
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Mar 2, 2024
1 parent 0b92657 commit dbd146a
Show file tree
Hide file tree
Showing 12 changed files with 864 additions and 576 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.74.0
FROM rust:1.76.0

RUN rustup component add rustfmt &&\
rustup component add clippy
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2024-03-02

- Replace deadpool-sqlite with a connector based on tokio-rusqlite.
- Rework error system.

## [0.3.3] - 2023-10-08

## Changed
Expand Down
Loading

0 comments on commit dbd146a

Please sign in to comment.