Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiss committed May 3, 2024
1 parent d503869 commit e236a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "micro_types"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This crate provides a set of types, which are backed by a server, and can be use
## Example

```rust
use dtypes::redis::DString as String;
use dtypes::redis::types::DString as String;

let client = redis::Client::open("redis://localhost/").unwrap();
let mut s1 = String::with_value("Hello".to_string(), "s1", client.clone());
Expand Down

0 comments on commit e236a73

Please sign in to comment.