redsift / rkdb

kdb+ Rust embedding and IPC
MIT License
17 stars 6 forks source link

Typos in Readme. Updated the Rust version to stable 1.31 #10

Closed peterjoel closed 4 years ago

peterjoel commented 4 years ago

Rust 1.31 is the oldest version that this compiled with.

1.30 seemed to struggle with compiling cfg-if, which is a transitive dependency. The error was that it was using rename-dependencies, which it doesn't seem to be using, but I didn't look any further since 1.31 is already a year old.