Skip to content

Commit

Permalink
change database driver and rework error
Browse files Browse the repository at this point in the history
wip 0.5.0 without middleware

versions
  • Loading branch information
seddonm1 committed Aug 1, 2024
1 parent 0b92657 commit 26579c9
Show file tree
Hide file tree
Showing 15 changed files with 1,457 additions and 976 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.80.0

RUN rustup component add rustfmt &&\
rustup component add clippy
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"extensions": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
"bungcip.better-toml",
"bungcip.even-better-toml",
"serayuzgur.crates"
]
}
Expand Down
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 26579c9

Please sign in to comment.