Skip to content

Commit 27b5ac7

Browse files
Enable libcnb trace feature (#184)
1 parent ebd58ce commit 27b5ac7

File tree

3 files changed

+245
-2
lines changed

3 files changed

+245
-2
lines changed

Cargo.lock

Lines changed: 240 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildpacks/dotnet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Enabled `libcnb`'s `trace` feature. [#184](https://github.com/heroku/buildpacks-dotnet/pull/184)
13+
1014
## [0.1.10] - 2025-01-15
1115

1216
### Changed

buildpacks/dotnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bullet_stream = "0.3.0"
1414
fun_run = "0.2.0"
1515
hex = "0.4"
1616
indoc = "2"
17-
libcnb = "0.26"
17+
libcnb = { version = "0.26", features = ["trace"] }
1818
libherokubuildpack = { version = "0.26", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] }
1919
regex = "1"
2020
roxmltree = "0.20"

0 commit comments

Comments
 (0)