Bump serde_edifact from 0.3.0 to 0.4.0 #74
Annotations
3 errors and 5 warnings
build:
src/main.rs#L205
error: unnecessary hashes around raw string literal
--> src/main.rs:205:43
|
205 | static ref RE: Regex = Regex::new(r#"(GS.*)(~\n?ST)"#).unwrap();
| ^^^^^^^^^^^^^^^^^^^ help: try: `r"(GS.*)(~\n?ST)"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
= note: `-D clippy::needless-raw-string-hashes` implied by `-D warnings`
|
build:
src/main.rs#L217
error: unnecessary hashes around raw string literal
--> src/main.rs:217:44
|
217 | static ref RE2: Regex = Regex::new(r#"\~\n?(ST.*)\~"#).unwrap();
| ^^^^^^^^^^^^^^^^^^ help: try: `r"\~\n?(ST.*)\~"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
|
build
could not compile `edi-cli` (bin "edi") due to 3 previous errors
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|