Skip to content

Commit

Permalink
publish v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Feb 18, 2023
1 parent f2e14b4 commit c1f93f2
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
22 changes: 18 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ryan-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ doc = false
anyhow = "1.0.69"
atty = "0.2.14"
clap = { version = "4.1.6", features = ["derive"] }
# ryan = "0.2.0"
ryan = { path = "../ryan" }
ryan = "0.2.0"
# ryan = { path = "../ryan" }
serde_json = "1.0.93"
termcolor = "1.2.0"
termcolor-json = "1.0.0"
4 changes: 2 additions & 2 deletions ryan-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }

# Ryan!!
# ryan = "0.2.0"
ryan = { path = "../ryan" }
ryan = "0.2.0"
# ryan = { path = "../ryan" }
js-sys = "0.3.61"
thiserror = "1.0.38"

Expand Down
4 changes: 2 additions & 2 deletions ryan-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ crate-type = ["staticlib"]

[dependencies]
pyo3 = { version = "0.18.1", features = ["extension-module"] }
# ryan = "0.2.0"
ryan = { path = "../ryan" }
ryan = "0.2.0"
# ryan = { path = "../ryan" }
4 changes: 2 additions & 2 deletions ryan-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }

# Ryan!!
# ryan = "0.2.0"
ryan = { path = "../ryan" }
ryan = "0.2.0"
# ryan = { path = "../ryan" }
js-sys = "0.3.61"
thiserror = "1.0.38"

Expand Down

0 comments on commit c1f93f2

Please sign in to comment.