Skip to content

Commit

Permalink
Update hurl version to 2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Feb 1, 2023
1 parent fd71cb3 commit 849b154
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 129 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.

116 changes: 58 additions & 58 deletions README.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ HTTP 200
[Captures]
csrf_token: xpath "normalize-space(//meta[@name='_csrf_token']/@content)"
# Do the login !
POST https://example.org/login?user=toto&password=1234
X-CSRF-TOKEN: {{csrf_token}}
Expand Down
3 changes: 1 addition & 2 deletions docs/manual/hurl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH hurl 1 "27 Jan 2023" "hurl 2.1.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1-SNAPSHOT" " Hurl Manual"
.SH NAME

hurl - run and test HTTP requests.
Expand Down Expand Up @@ -70,7 +70,6 @@ A typical example occurs with CSRF tokens.
[Captures]
csrf_token: xpath "normalize-space(//meta[@name='_csrf_token']/@content)"


# Do the login !
POST https://example.org/login?user=toto&password=1234
X-CSRF-TOKEN: {{csrf_token}}
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/hurlfmt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH hurl 1 "27 Jan 2023" "hurl 2.1.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "01 Feb 2023" "hurl 2.0.1-SNAPSHOT" " Hurl Manual"
.SH NAME

hurlfmt - format Hurl files
Expand Down
4 changes: 2 additions & 2 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl"
version = "2.1.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ float-cmp = "0.9.0"
glob = "0.3.1"
hex = "0.4.3"
hex-literal = "0.3.4"
hurl_core = { version = "2.1.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.1-SNAPSHOT", path = "../hurl_core" }
indexmap = "1.9.2"
libflate = "1.2.0"
libxml = "0.3.1"
Expand Down
117 changes: 58 additions & 59 deletions packages/hurl/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/hurl_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurl_core"
version = "2.1.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hurlfmt"
version = "2.1.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
authors = ["Fabrice Reix <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ atty = "0.2.14"
base64 = "0.21.0"
clap = { version = "4.1.4", features = ["cargo", "wrap_help"] }
colored = "2.0.0"
hurl_core = { version = "2.1.0-SNAPSHOT", path = "../hurl_core" }
hurl_core = { version = "2.0.1-SNAPSHOT", path = "../hurl_core" }
regex = "1.7.1"

[dev-dependencies]
Expand Down

0 comments on commit 849b154

Please sign in to comment.