Skip to content

Commit d215d3f

Browse files
committed
Release 0.25.4
[email protected] [email protected] [email protected] Generated by cargo-workspaces
1 parent a2825d3 commit d215d3f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "atomic-cli"
77
readme = "README.md"
88
repository = "https://github.com/joepio/atomic-data-rust"
9-
version = "0.25.3"
9+
version = "0.25.4"
1010

1111
[dependencies]
1212
atomic_lib = {version = "0.25.3", path = "../lib", features = ["config", "db", "rdf"]}

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "atomic_lib"
77
readme = "README.md"
88
repository = "https://github.com/joepio/atomic-data-rust"
9-
version = "0.25.3"
9+
version = "0.25.4"
1010

1111
[dependencies]
1212
base64 = "0.13.0"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "atomic-server"
33
description = "Create, share and model Atomic Data with this graph database server."
4-
version = "0.25.3"
4+
version = "0.25.4"
55
authors = ["Joep Meindertsma <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)