Skip to content

Commit b97aeeb

Browse files
authored
Merge pull request #71 from WithAutonomi/rc-2026.4.1
Release v0.10.0
2 parents be00f7c + 578750c commit b97aeeb

File tree

11 files changed

+287
-175
lines changed

11 files changed

+287
-175
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ jobs:
122122
echo "profile_dir=debug" >> $GITHUB_OUTPUT
123123
echo "Building DEBUG (RC pre-release: logging enabled)"
124124
else
125-
echo "build_flags=--release --no-default-features" >> $GITHUB_OUTPUT
125+
echo "build_flags=--release --no-default-features --features logging" >> $GITHUB_OUTPUT
126126
echo "profile_dir=release" >> $GITHUB_OUTPUT
127-
echo "Building RELEASE (logging stripped)"
127+
echo "Building RELEASE (logging enabled, other defaults stripped)"
128128
fi
129129
130130
- name: Install Rust toolchain

0 commit comments

Comments
 (0)