Skip to content

Commit 4f0d50e

Browse files
committed
chore(release): bump nuts-storable version
1 parent d43ad15 commit 4f0d50e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
Cargo.lock
33
perf.data*
44
.gdb_history
5+
.zed
6+
*.rs-
7+
*.cu

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arrow-schema = { version = "57.0.0", features = [
3939
"canonical_extension_types",
4040
], optional = true }
4141
nuts-derive = { path = "./nuts-derive", version = "0.1.0" }
42-
nuts-storable = { path = "./nuts-storable", version = "0.1.0" }
42+
nuts-storable = { path = "./nuts-storable", version = "0.2.0" }
4343
serde = { version = "1.0.219", features = ["derive"] }
4444
serde_json = "1.0"
4545
tokio = { version = "1.0", features = ["rt"], optional = true }

nuts-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/pymc-devs/nuts-rs"
1010
proc-macro2 = "1.0"
1111
quote = "1.0"
1212
syn = { version = "1.0", features = ["full"] }
13-
nuts-storable = { path = "../nuts-storable", version = "0.1.0" }
13+
nuts-storable = { path = "../nuts-storable", version = "0.2.0" }
1414

1515
[lib]
1616
proc-macro = true

nuts-storable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-storable"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "MIT"
66
description = "Traits for serializing and deserializing NUTS models and states in nuts-rs"

0 commit comments

Comments
 (0)