We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9a897 commit 19d62dbCopy full SHA for 19d62db
src/BaselineOfFilewatcher/BaselineOfFilewatcher.class.st
@@ -10,10 +10,8 @@ BaselineOfFilewatcher >> baseline: spec [
10
spec for: #'common' do: [
11
spec
12
baseline: 'GToolkitBoxer' with: [
13
- spec repository: 'github://feenkcom/gtoolkit-boxer:main/boxer-bindings' ];
14
- baseline: 'GToolkitPhlowForRust' with: [
15
- spec repository: 'github://feenkcom/gt4phlow-rs:main/src' ].
+ spec repository: 'github://feenkcom/gtoolkit-boxer:main/boxer-bindings' ].
16
17
spec package: 'GToolkit-Filewatcher' with: [
18
- spec requires: #('GToolkitBoxer' 'GToolkitPhlowForRust'). ]. ]
+ spec requires: #('GToolkitBoxer'). ]. ]
19
]
0 commit comments