Skip to content

Commit

Permalink
Fix SDK constraint (dart-archive/fixnum#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and rakudrama committed Sep 21, 2017
1 parent d0d0dd0 commit 961caec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/fixnum/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: fixnum
version: 0.10.6
version: 0.10.7-dev
author: Dart Team <[email protected]>
description: Library for 32- and 64-bit signed fixed-width integers.
homepage: https://github.com/dart-lang/fixnum
dev_dependencies:
test: ^0.12.0
environment:
sdk: ">=1.8.3 <2.0.0-dev.infinity"
sdk: ">=1.8.3 <2.0.0"

0 comments on commit 961caec

Please sign in to comment.