Release diesel 1.4.6

* Fixed a use-after-free issue in the `QueryableByName` implementation
  of our `Sqlite` backend
* Updated several dependencies
Release diesel 1.4.6
2 files changed
tree: 1a97eb00ad5a3a1c4abcc73d3984ab3d3caa9fa0
  1. .github/
  2. bin/
  3. diesel/
  4. diesel_cli/
  5. diesel_compile_tests/
  6. diesel_derives/
  7. diesel_migrations/
  8. diesel_tests/
  9. docker/
  10. examples/
  11. guide_drafts/
  12. migrations/
  13. .editorconfig
  14. .env.sample
  15. .gitignore
  16. Cargo.toml
  17. CHANGELOG.md
  18. clippy.toml
  19. code_of_conduct.md
  20. CONTRIBUTING.md
  21. docker-compose.yml
  22. LICENSE-APACHE
  23. LICENSE-MIT
  24. README.md
  25. rust-toolchain
README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Gitter Crates.io

API Documentation: latest releasemaster branch

Homepage

Diesel gets rid of the boilerplate for database interaction and eliminates runtime errors without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that “feels like Rust.”

Getting Started

Find our extensive Getting Started tutorial at https://diesel.rs/guides/getting-started. Guides on more specific features are coming soon.

Getting help

If you run into problems, Diesel has a very active Gitter room. You can come ask for help at gitter.im/diesel-rs/diesel. For help with longer questions and discussion about the future of Diesel, visit our discourse forum.

Code of conduct

Anyone who interacts with Diesel in any space, including but not limited to this GitHub repository, must follow our code of conduct.

License

Licensed under either of these:

Contributing

Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.