Skip to content

Commit 64a5432

Browse files
committed
Incrementing Cargo for the next release.
1 parent 8bee760 commit 64a5432

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/chotchki/feophant"
77
keywords = ["sql", "database", "feophant"]
88
categories = ["database-implementations"]
99
license = "AGPL-3.0-or-later"
10-
version = "0.8.0"
10+
version = "0.9.0"
1111
edition = "2018"
1212
exclude = [
1313
"docs/*",

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,4 @@ Rust's inability to treat enum variants as a type is a HUGE pain. I end up havin
5858

5959
## Legal Stuff (Note I'm not a lawyer!)
6060

61-
I am explicitly striving for SQL+Driver compatibility with [PostgreSQL](https://www.postgresql.org) so things such as system tables and code that handles them will be named the same. I don't think this violates their [trademark policy](https://www.postgresql.org/about/policies/trademarks/) but if I am please just reach out to me! I have also gone with a pretty restrictive license but I'm not tied to it if that is causing an issue for others who are using the code.
62-
63-
test engine::analyzer::definition_lookup::tests::test_def_lookup has been running for over 60 seconds
64-
test engine::io::block_layer::free_space_manager::tests::test_get_next has been running for over 60 seconds
65-
test engine::io::row_manager::tests::test_row_manager_crud has been running for over 60 seconds
66-
test engine::io::row_manager::tests::test_row_manager_mass_insert has been running for over 60 seconds
67-
test engine::tests::create_insert_select has been running for over 60 seconds
61+
I am explicitly striving for SQL+Driver compatibility with [PostgreSQL](https://www.postgresql.org) so things such as system tables and code that handles them will be named the same. I don't think this violates their [trademark policy](https://www.postgresql.org/about/policies/trademarks/) but if I am please just reach out to me! I have also gone with a pretty restrictive license but I'm not tied to it if that is causing an issue for others who are using the code.

0 commit comments

Comments
 (0)