tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

Update to Rust 2018 Edition and version 1.39 #239

Closed matthauck closed 4 years ago

jmealins commented 4 years ago

you should switch to github actions! they are available now :)

jmealins commented 4 years ago
error: cannot find macro `debug` in this scope
  --> src/repo_version.rs:75:5
   |
75 |     debug!("Running version script: {}", version_script);
   |     ^^^^^
error: cannot find macro `debug` in this scope
   --> src/repo_version.rs:109:9
    |
109 |         debug!("Version script stdout: \n---\n{}\n---", stdout);
    |         ^^^^^
error: cannot find macro `debug` in this scope
   --> src/repo_version.rs:122:9
    |
122 |         debug!("Version script stderr: \n---\n{}\n---", stderr);
    |         ^^^^^
error: aborting due to 3 previous errors
error: could not compile `octobot`.