We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fc649 commit fd6f8dfCopy full SHA for fd6f8df
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "griddb_rust"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
src/griddb/StoreFactory.rs
@@ -23,7 +23,7 @@ use std::ffi::CString;
23
use std::ptr;
24
use std::vec::Vec;
25
26
-const RUST_CLIENT_VERSION: &str = "GridDB Rust Client Version 0.5";
+const RUST_CLIENT_VERSION: &str = "GridDB Rust Client Version 0.6";
27
pub type GSGridStore = ffi::GSGridStoreTag;
28
pub struct StoreFactory {
29
_ptr: *mut ffi::GSGridStoreFactory,
0 commit comments