Skip to content

Commit e89fb45

Browse files
authored
fix dependency for timeflies example (#61)
1 parent f67416c commit e89fb45

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/timeflies/TimeFlies.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<ItemGroup>
1212
<PackageReference Include="Fable.Python" Version="0.17.0" />
1313
<PackageReference Include="Fable.Core" Version="4.0.0-snake-island-alpha-007" />
14-
<PackageReference Include="FSharp.Control.AsyncRx" Version="1.6.1" />
14+
<PackageReference Include="FSharp.Control.AsyncRx" Version="1.6.2" />
1515
</ItemGroup>
1616
</Project>

examples/timeflies/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ fable-library = {path = "./fable_modules/fable-library", develop = true}
1717
fable-python = {path = "./fable_modules/fable-python", develop = true}
1818
fsharp-control-async-rx = {path = "./fable_modules/fsharp-control-async-rx", develop = true}
1919

20-
[tool.fable]
21-
package-dir = "."
22-
2320
[build-system]
2421
requires = ["poetry-core>=1.0.0"]
2522
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)