Skip to content

Commit

Permalink
no upper bound for dart sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ebwood committed Mar 14, 2024
1 parent 4a615c8 commit 06f756b
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/melos_run_add_sort.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/melos_run_import_sort.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/melos_run_push.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/rfw_tools/melos_rfw_tools.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion packages/rfw_tools/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.1 <4.0.0"
dart: ">=3.3.0 <4.0.0"
2 changes: 1 addition & 1 deletion packages/rfw_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
# repository: https://github.com/my_org/my_repo

environment:
sdk: ^3.3.1
sdk: ^3.2.0

executables:
rfw2txt:
Expand Down

0 comments on commit 06f756b

Please sign in to comment.