Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed May 2, 2024
1 parent db6b03c commit 71cfcb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uuid = { version = "1.8.0", default-features = false, features = ["v4", "fast-rn

[package]
name = "sandkasten"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sandkasten-client"
version = "0.2.0"
version = "0.2.1"
description = "Sandkasten client library for running untrusted code"
license = "MIT"
documentation = "https://docs.rs/sandkasten-client/"
Expand Down

0 comments on commit 71cfcb3

Please sign in to comment.