Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd38e6e2ec04
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4989e44f822
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 6, 2020

  1. Cargo.toml: enable debug symbols in release profile

    Maybe now we'll be able to read the backtraces generated by
    `error-chain` via `hubcaps`.
    cole-h committed Apr 6, 2020
    Copy the full SHA
    8e284c5 View commit details
  2. Merge pull request #455 from cole-h/logging

    Cargo.toml: enable debug symbols in release profile
    grahamc authored Apr 6, 2020
    Copy the full SHA
    b4989e4 View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 ofborg/Cargo.toml
3 changes: 3 additions & 0 deletions ofborg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@ sys-info = "0.5.6"
chrono = "0.4.6"
separator = "0.4.1"

[profile.release]
debug = true

[patch.crates-io]
#hubcaps = { path = "../hubcaps" }
#amq-proto = { path = "rust-amq-proto" }