Skip to content

Commit

Permalink
fix pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaque Neves committed Jan 29, 2024
1 parent 56d1023 commit f473566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ doc/api/

main.exe
teste_concorrencia.dart
teste_utils.dart
teste_utils.dart
teste_insert_get_id.dart
2 changes: 1 addition & 1 deletion example/bin/teste_insert_get_id.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'dart:io';
//import 'dart:io';
import 'package:eloquent/eloquent.dart';

Future<Connection> getConn() async {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
# dargres:
# path: ../dargres

enough_convert: '>= 1.6.0 <2.0.0'
enough_convert: '>=1.6.0 <2.0.0'

#postgres:
#path: ../postgresql-dart
Expand Down

0 comments on commit f473566

Please sign in to comment.