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 df45b4a commit 4593547Copy full SHA for 4593547
Cargo.toml
@@ -2,7 +2,7 @@
2
3
[package]
4
name = "oracle"
5
-version = "0.6.3-dev"
+version = "0.6.3"
6
authors = ["Kubo Takehiro <kubo@jiubao.org>"]
7
repository = "https://github.com/kubo/rust-oracle"
8
license = "UPL-1.0/Apache-2.0"
ChangeLog.md
@@ -1,6 +1,6 @@
1
# Change Log
-## 0.6.3 (2025-XX-XX)
+## 0.6.3 (2025-01-02)
New features:
README.md
@@ -31,7 +31,7 @@ Put this in your `Cargo.toml`:
31
32
```text
33
[dependencies]
34
-oracle = "0.6.2"
+oracle = "0.6.3"
35
```
36
## Optional Features
37
0 commit comments