Skip to content

Commit

Permalink
Bump Ark to 0.1.144 (#585)
Browse files Browse the repository at this point in the history
For #571
  • Loading branch information
lionel- authored Oct 14, 2024
1 parent abcabe9 commit fb210bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 6 additions & 4 deletions crates/ark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ark"
version = "0.1.143"
version = "0.1.144"
description = """
Ark, an R Kernel.
"""
Expand Down Expand Up @@ -42,7 +42,7 @@ ropey = "1.6.0"
rust-embed = "8.0.0"
scraper = "0.15.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { version = "1.0.94", features = ["preserve_order"]}
serde_json = { version = "1.0.94", features = ["preserve_order"] }
stdext = { path = "../stdext" }
tokio = { version = "1.26.0", features = ["full"] }
tower-lsp = "0.19.0"
Expand All @@ -64,13 +64,15 @@ tracing-error = "0.2.0"

[dev-dependencies]
insta = { version = "1.39.0" }
stdext = { path = "../stdext", features = ["testing"]}
stdext = { path = "../stdext", features = ["testing"] }
tempfile = "3.13.0"

[build-dependencies]
chrono = "0.4.23"
embed-resource = "2.5.0"

[package.metadata.generate-rpm]
assets = [{ source = "target/release/ark", dest = "/usr/bin/ark", mode = "755" }]
assets = [
{ source = "target/release/ark", dest = "/usr/bin/ark", mode = "755" },
]
license = "TODO"

0 comments on commit fb210bf

Please sign in to comment.