Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
 - Remove useless limit test as suggested in PR
 - Update readme file with correct Rust compiler version
  • Loading branch information
cprieto committed Oct 19, 2021
1 parent 452130d commit 634fee0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The engines and their respective binary crates are:
## Building Prisma Engines

**Prerequisites:**
- Installed the stable Rust toolchain, at least version 1.48.0. You can get the
- Installed the stable Rust toolchain, at least version 1.52.0. You can get the
toolchain at [rustup](https://rustup.rs/) or the package manager of your
choice.
- Linux only: OpenSSL is required to be installed.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod create_many;
mod cursor;
mod disconnect;
mod interactive_tx;
mod limits;
mod native_types;
mod ref_actions;
mod regressions;

0 comments on commit 634fee0

Please sign in to comment.