Skip to content

Commit

Permalink
Merge pull request #3 from utopia-dart/fix-version-constraints
Browse files Browse the repository at this point in the history
fix version constraints
  • Loading branch information
lohanidamodar authored Mar 11, 2024
2 parents 9b019e7 + bf7164a commit 642549d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
example/pubspec.lock
16 changes: 16 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: utopia_queue_example
description: Example for Utopia Queue library
version: 1.0.0
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
shelf:
utopia_queue:
path: ../

dev_dependencies:
lints: ^3.0.0
test: ^1.25.2
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2.0
repository: https://github.com/utopia-dart/utopia_queue

environment:
sdk: ^3.3.0
sdk: '>=3.0.0 <4.0.0'

dependencies:
redis: ^4.0.0
Expand Down

0 comments on commit 642549d

Please sign in to comment.