Skip to content

Commit ebd7d8b

Browse files
committed
Specify that we support diesel 2.0
1 parent 65ce6ec commit ebd7d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Be aware that array based strings always occupy the full space in memory, so the
3737

3838
Opperates like `String`, but truncates it if it's bigger than capacity
3939

40-
- `diesel-traits` enables diesel traits integration
40+
- `diesel-traits` enables diesel 2.0 traits integration
4141

4242
Opperates like `String`, but truncates it if it's bigger than capacity
4343

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//!
3535
//! Opperates like `String`, but truncates it if it's bigger than capacity
3636
//!
37-
//! - `diesel-traits` enables diesel traits integration
37+
//! - `diesel-traits` enables diesel 2.0 traits integration
3838
//!
3939
//! Opperates like `String`, but truncates it if it's bigger than capacity
4040
//!

0 commit comments

Comments
 (0)