Skip to content

Commit 19d62db

Browse files
committed
remove rust phlow from the baseline
1 parent 3e9a897 commit 19d62db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/BaselineOfFilewatcher/BaselineOfFilewatcher.class.st

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ BaselineOfFilewatcher >> baseline: spec [
1010
spec for: #'common' do: [
1111
spec
1212
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' ].
13+
spec repository: 'github://feenkcom/gtoolkit-boxer:main/boxer-bindings' ].
1614

1715
spec package: 'GToolkit-Filewatcher' with: [
18-
spec requires: #('GToolkitBoxer' 'GToolkitPhlowForRust'). ]. ]
16+
spec requires: #('GToolkitBoxer'). ]. ]
1917
]

0 commit comments

Comments
 (0)