Skip to content

Commit

Permalink
chore: release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosm committed Apr 6, 2024
1 parent 390bf7c commit 774e3ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.0"
version = "0.1.0"
authors = ["Eduardo Sánchez Muñoz <[email protected]>"]
edition = "2021"
rust-version = "1.74"
repository = "https://github.com/eduardosm/rsjsonnet"
license = "MIT OR Apache-2.0"
publish = false
publish = true

[workspace.dependencies]
rsjsonnet-front = { path = "rsjsonnet-front", version = "=0.0.0" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "=0.0.0" }
rsjsonnet-front = { path = "rsjsonnet-front", version = "0.1.0" }
rsjsonnet-lang = { path = "rsjsonnet-lang", version = "0.1.0" }

0 comments on commit 774e3ea

Please sign in to comment.