Skip to content

Commit 4feb794

Browse files
committed
Removed support for mysql
1 parent df3be01 commit 4feb794

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ default = [
107107
all-drivers = [
108108
"rorm-db/postgres",
109109
"rorm-cli?/postgres",
110-
"rorm-db/mysql",
111-
"rorm-cli?/mysql",
112110
"rorm-db/sqlite",
113111
"rorm-cli?/sqlite",
114112
]

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Since 0.9.7
22
-----------
3+
- Removed support for mysql
34
- Introduced `IntoValue` trait
45
- Simplified "simple" comparision traits even further
56
- Removed `impl_FieldEq!` macro

rorm-declaration

0 commit comments

Comments
 (0)