Skip to content

Commit fd6f8df

Browse files
committed
Update for 0.6
1 parent 59fc649 commit fd6f8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "griddb_rust"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/griddb/StoreFactory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use std::ffi::CString;
2323
use std::ptr;
2424
use std::vec::Vec;
2525

26-
const RUST_CLIENT_VERSION: &str = "GridDB Rust Client Version 0.5";
26+
const RUST_CLIENT_VERSION: &str = "GridDB Rust Client Version 0.6";
2727
pub type GSGridStore = ffi::GSGridStoreTag;
2828
pub struct StoreFactory {
2929
_ptr: *mut ffi::GSGridStoreFactory,

0 commit comments

Comments
 (0)