Skip to content

Commit 516cb39

Browse files
committed
update README
1 parent 172c8a1 commit 516cb39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ assert!(eight.is_err());
2424
```
2525

2626
# Installation
27-
### (まだインストールできないヨ💦😅 ごめんネ❗️)
2827
To use refined-type in your Rust project, add the following to your Cargo.toml file
2928

3029
```toml
3130
[dependencies]
32-
refined-type = "?.?.?" # coming soon...
31+
refined-type = "0.1.0"
3332
```

0 commit comments

Comments
 (0)