File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
8989 arguments. See [ the migration guide] [ 2-0-migration ] for more details.
9090* Support for ` barrel ` based migrations has been removed for now. We are happy to
9191 add this support back as soon as ` barrel ` integrates with our new migration framework.
92+ * Deprecated bash completions command (` diesel bash-completions ` ) has been removed.
93+ Use ` diesel completions <shell> ` instead.
9294
9395### Changed
9496
@@ -105,7 +107,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
105107 you are implementing ` HasSqlType ` for ` Mysql ` manually, you may need to adjust
106108 your implementation to fully use the new unsigned variants in ` MysqlType `
107109
108- * The minimal officially supported rustc version is now 1.51 .0
110+ * The minimal officially supported rustc version is now 1.54 .0
109111
110112* The ` RawValue ` types for the ` Mysql ` and ` Postgresql ` backend where changed
111113 from ` [u8] ` to distinct opaque types. If you used the concrete ` RawValue ` type
You can’t perform that action at this time.
0 commit comments