Skip to content

Commit

Permalink
Prepare 0.4 release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Lebran committed Jan 8, 2024
2 parents 417ff61 + 08d21a1 commit e4a8481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Context needs to be provided through actix's `data` or `app_data`, if not found
| `0.14` | `0.1.x` |
| `0.15` | `0.2.x` |
| `0.16` | `0.3.x` |
| `0.17` | `0.4.x` |


### About us
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
//! | `0.14` | `0.1.x` |
//! | `0.15` | `0.2.x` |
//! | `0.16` | `0.3.x` |
//! | `0.17` | `0.4.x` |

#![forbid(unsafe_code)]
use actix_web::web::Data;
Expand Down

0 comments on commit e4a8481

Please sign in to comment.