Skip to content

Commit

Permalink
build(flux): update flux to v0.177.1 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbrickley committed Aug 8, 2022
1 parent 606961d commit 2c9bce6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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
Expand Up @@ -39,7 +39,7 @@ clap = { version = "3.1.9", features = ["derive"], optional = true }
combinations = "0.1.0"
console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "0.2", optional = true }
flux = { git = "https://github.com/influxdata/flux", tag = "v0.177.0", features = ["lsp"], default-features = false }
flux = { git = "https://github.com/influxdata/flux", tag = "v0.177.1", features = ["lsp"], default-features = false }
futures = { version = "0.3.21", optional = true }
Inflector = "0.11.4"
js-sys = { version = "0.3.57", optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/lang.rs
Expand Up @@ -263,6 +263,7 @@ mod tests {
"experimental/bigtable",
"experimental/bitwise",
"experimental/csv",
"experimental/date/boundaries",
"experimental/geo",
"experimental/http",
"experimental/http/requests",
Expand Down
2 changes: 2 additions & 0 deletions src/server/tests.rs
Expand Up @@ -1770,6 +1770,7 @@ x = 1
"\"experimental/bigtable\"",
"\"experimental/bitwise\"",
"\"experimental/csv\"",
"\"experimental/date/boundaries\"",
"\"experimental/geo\"",
"\"experimental/http\"",
"\"experimental/http/requests\"",
Expand Down Expand Up @@ -2186,6 +2187,7 @@ ab = 10
"distinct",
"duration",
"experimental",
"experimental/date/boundaries",
"experimental/influxdb",
"experimental/json",
"experimental/universe",
Expand Down

0 comments on commit 2c9bce6

Please sign in to comment.